Sha256: 68c8e70b3dbcfa590e364f6de876b257315eee28c54bd44267064917cde26213
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
require "mongoid" class PersonUser include Mongoid::Document store_in collection: "PersonUser" field :provider, type: Array field :additionalType, type: Array field :itemId, type: Array field :name, type: Array field :userDateRegistered, type: Array field :description, type: Array field :url, type: Array field :accessToken, type: String field :accessSecret, type: String end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fetcher-mongoid-models-0.0.2 | app/models/person_user.rb |
fetcher-mongoid-models-0.0.1 | app/models/person_user.rb |