mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-06-03 21:57:30 -04:00
4 lines
66 B
Ruby
4 lines
66 B
Ruby
class Authentication < ApplicationRecord
|
|
belongs_to :member
|
|
end
|