Sha256: 60c4f35572712edb86ded9ed00555ad0b0146784b77b29d60f13a64b0a3f524d

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

$:.unshift File.expand_path(File.dirname(__FILE__))

require 'custom_fields/extensions/mongoid/associations/embeds_many'
require 'custom_fields/extensions/mongoid/document'
require 'custom_fields/custom_fields_for'

module Mongoid
  module CustomFields  
    extend ActiveSupport::Concern
    included do
      include ::CustomFields::CustomFieldsFor
    end  
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-0.0.1.4 vendor/plugins/custom_fields/lib/custom_fields.rb
locomotive_cms-0.0.1.3 vendor/plugins/custom_fields/lib/custom_fields.rb
locomotive_cms-0.0.1.2 vendor/plugins/custom_fields/lib/custom_fields.rb
locomotive_cms-0.0.1.1 vendor/plugins/custom_fields/lib/custom_fields.rb
locomotive_cms-0.0.1 vendor/plugins/custom_fields/lib/custom_fields.rb