Sha256: 44e9fad935fb89303798e32ebc21a035328aef35a10c6908c829e72d759102c1

Contents?: true

Size: 119 Bytes

Versions: 21

Compression:

Stored size: 119 Bytes

Contents

class Authentication
  include MongoMapper::Document
  key :provider, String
  key :uid, Integer
  belongs_to :user
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
sorcery-0.9.1 spec/rails_app/app/mongo_mapper/authentication.rb
sorcery-0.9.0 spec/rails_app/app/mongo_mapper/authentication.rb
sorcery-0.8.6 spec/rails_app/app/mongo_mapper/authentication.rb
sorcery-0.8.5 spec/rails_app/app/mongo_mapper/authentication.rb
sorcery-0.8.4 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.8.2 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.8.1 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.8.0 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.13 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.12 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.11 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.10 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.9 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.8 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.7 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.6 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.5 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.4 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.3 spec/rails3_mongo_mapper/app/models/authentication.rb
sorcery-0.7.2 spec/rails3_mongo_mapper/app/models/authentication.rb