mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-02 13:47:57 -05:00
4 lines
66 B
Ruby
4 lines
66 B
Ruby
class Authentication < ApplicationRecord
|
|
belongs_to :member
|
|
end
|