Files
growstuff/app/models/authentication.rb
2013-04-09 17:38:17 +01:00

5 lines
125 B
Ruby

class Authentication < ActiveRecord::Base
belongs_to :member
attr_accessible :provider, :uid, :token, :secret, :name
end