mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-31 04:31:01 -05:00
4 lines
66 B
Ruby
4 lines
66 B
Ruby
class Authentication < ApplicationRecord
|
|
belongs_to :member
|
|
end
|