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