Sha256: e4e57b52c57d97dc042d05712a8a0061f7fc43ddceffccac1d4a0d1ba9138a6e
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
# encoding: utf-8 module Mongoid #:nodoc module Components #:nodoc extend ActiveSupport::Concern included do # All modules that a +Document+ is composed of are defined in this # module, to keep the document class from getting too cluttered. include ActiveModel::Conversion include ActiveModel::Naming include ActiveModel::Serialization include ActiveModel::Serializers::JSON include Mongoid::Associations include Mongoid::Attributes include Mongoid::Callbacks include Mongoid::Collections include Mongoid::Dirty include Mongoid::Extras include Mongoid::Fields include Mongoid::Indexes include Mongoid::Matchers include Mongoid::Memoization include Mongoid::Observable include Mongoid::Paths include Mongoid::Persistence include Mongoid::State include Mongoid::Validations extend ActiveModel::Translation extend Mongoid::Finders extend Mongoid::NamedScope end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
chhean-mongoid-2.0.1.beta1 | lib/mongoid/components.rb |
mongoid-2.0.0.beta.5 | lib/mongoid/components.rb |