Sha256: 187125a71144edc1005ddabdd3d5eafdac5173ed0e3264c91bff5d3459678a54
Contents?: true
Size: 209 Bytes
Versions: 7
Compression:
Stored size: 209 Bytes
Contents
module OmniauthableFields extend ::ActiveSupport::Concern included do include Mongoid::Document ## Omniautable field :username, type: String field :facebook_token, type: String end end
Version data entries
7 entries across 7 versions & 1 rubygems