Sha256: 719d4e55c8711b00e9e31bbb677b553473fc2c8dc085d4bea33225c079fcc2b3
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
# encoding: utf-8 module DeviseFacebookOpenGraph module Schema def facebook_open_graph_authenticatable apply_devise_schema ::Devise.facebook_uid_field, :integer, :limit => 8 end end end Devise::Schema.module_eval do include DeviseFacebookOpenGraph::Schema end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise_facebook_open_graph-0.0.6 | lib/devise_facebook_open_graph/schema.rb |
devise_facebook_open_graph-0.0.5 | lib/devise_facebook_open_graph/schema.rb |