Sha256: 0cc47a7a30ec57cf1da6beb15866587eb859d399335e74748b034219fa5e6f3f

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

# encoding: utf-8

module DeviseFacebookOpenGraph
  module Schema
    def facebook_open_graph_authenticatable
      apply_schema ::Devise.facebook_uid_field, :integer, :limit => 8
    end
  end
end

Devise::Schema.module_eval do
  include DeviseFacebookOpenGraph::Schema
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise_facebook_open_graph-0.0.4 lib/devise_facebook_open_graph/schema.rb
devise_facebook_open_graph-0.0.3 lib/devise_facebook_open_graph/schema.rb
devise_facebook_open_graph-0.0.2 lib/devise_facebook_open_graph/schema.rb