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