Sha256: 0c3697308b7afb6f04c297356fd857bf6490b3dcc10d66b3bd7ec63a1cbb4b51
Contents?: true
Size: 163 Bytes
Versions: 4
Compression:
Stored size: 163 Bytes
Contents
class Authentication include Mongoid::Document field :user_id, type: Integer field :provider, type: String field :uid, type: Integer belongs_to :user end
Version data entries
4 entries across 4 versions & 1 rubygems