Skip to content

Instantly share code, notes, and snippets.

@maxgillett
Created August 1, 2012 06:37
Show Gist options
  • Save maxgillett/3224300 to your computer and use it in GitHub Desktop.
Save maxgillett/3224300 to your computer and use it in GitHub Desktop.
class Authentication < ActiveRecord::Base
attr_accessible :provider, :token, :uid, :user_id
belongs_to :user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment