Sha256: 9ddd276d590c1dafb31e6f905c5b4d674c48d9dd3d4c556040372ccfb823e947
Contents?: true
Size: 460 Bytes
Versions: 13
Compression:
Stored size: 460 Bytes
Contents
class User include ::Mongoid::Document field :name, :type => String field :age, :type => Integer end class User::Address include ::Mongoid::Document end class MongoMongoidExtensionDeveloper include ::Mongoid::Document field :salary, :type => Integer embeds_many :frameworks end class Framework include ::Mongoid::Document field :name, :type => String field :language, :type => String embedded_in :mongo_mongoid_extension_developer end
Version data entries
13 entries across 13 versions & 4 rubygems