Sha256: 58a22ed85614cbec3fa45c583835992c9de0699d58aa80e461b5f9cfbc40a9f8

Contents?: true

Size: 486 Bytes

Versions: 16

Compression:

Stored size: 486 Bytes

Contents

require "active_record"
require "active_support"

$LOAD_PATH.unshift(File.dirname(__FILE__))

require "active_record/custom_attributes"
require "active_record/custom_attributes/custom_attribute"
require "active_record/custom_attributes/custom_attribute_list"
require "active_record/custom_attributes/custom_attribute_model"

require "formtastic/custom_attributes"

$LOAD_PATH.shift

if defined?(ActiveRecord::Base)
  ActiveRecord::Base.send :include, ActiveRecord::CustomAttributes
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
custom-attributes-0.2.27 lib/custom-attributes.rb
custom-attributes-0.2.26 lib/custom-attributes.rb
custom-attributes-0.2.25 lib/custom-attributes.rb
custom-attributes-0.2.24 lib/custom-attributes.rb
custom-attributes-0.2.23 lib/custom-attributes.rb
custom-attributes-0.2.22 lib/custom-attributes.rb
custom-attributes-0.2.18 lib/custom-attributes.rb
custom-attributes-0.2.17 lib/custom-attributes.rb
custom-attributes-0.2.16 lib/custom-attributes.rb
custom-attributes-0.2.15 lib/custom-attributes.rb
custom-attributes-0.2.12 lib/custom-attributes.rb
custom-attributes-0.2.5 lib/custom-attributes.rb
custom-attributes-0.2.4 lib/custom-attributes.rb
custom-attributes-0.2.3 lib/custom-attributes.rb
custom-attributes-0.2.2 lib/custom-attributes.rb
custom-attributes-0.2.1 lib/custom-attributes.rb