Files
growstuff/app/models/authentication.rb

4 lines
67 B
Ruby

class Authentication < ActiveRecord::Base
belongs_to :member
end