Sha256: 174e946744644b6199fcdbb9f9d1152f1631342d1ae1bd7ae341322999e51cbd
Contents?: true
Size: 776 Bytes
Versions: 2
Compression:
Stored size: 776 Bytes
Contents
# encoding: utf-8 module Dynamoid #:nodoc module Components #:nodoc extend ActiveSupport::Concern # All modules that a +Document+ is composed of are defined in this # module, to keep the document class from getting too cluttered. included do extend ActiveModel::Translation end include ActiveModel::Conversion include ActiveModel::MassAssignmentSecurity include ActiveModel::Naming include ActiveModel::Observing include ActiveModel::Serializers::JSON include ActiveModel::Serializers::Xml include Dynamoid::Attributes include Dynamoid::Fields include Dynamoid::Indexes include Dynamoid::Persistence include Dynamoid::Finders include Dynamoid::Associations include Dynamoid::Criteria end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dynamoid-0.0.5 | lib/dynamoid/components.rb |
dynamoid-0.0.4 | lib/dynamoid/components.rb |