mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-17 05:47:51 -05:00
5 lines
125 B
Ruby
5 lines
125 B
Ruby
class Authentication < ActiveRecord::Base
|
|
belongs_to :member
|
|
attr_accessible :provider, :uid, :token, :secret, :name
|
|
end
|