Module: DeviseFacebookOpenGraph::Schema

Defined in:
lib/devise_facebook_open_graph/schema.rb

Instance Method Summary collapse

Instance Method Details

#facebook_open_graph_authenticatableObject



5
6
7
# File 'lib/devise_facebook_open_graph/schema.rb', line 5

def facebook_open_graph_authenticatable
  apply_devise_schema ::Devise.facebook_uid_field, :integer, :limit => 8
end