Sha256: 13b86fa47c57a3d47afc6419eae8628e9d3cee9ae031f9f9590195b04fdcadce

Contents?: true

Size: 446 Bytes

Versions: 5

Compression:

Stored size: 446 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"

$LOAD_PATH.shift

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
custom-attributes-0.2.0 lib/custom-attributes.rb
custom-attributes-0.1.2 lib/custom-attributes.rb
custom-attributes-0.1.1 lib/custom-attributes.rb
custom-attributes-0.1.0 lib/custom-attributes.rb
custom-attributes-0.0.1 lib/custom-attributes.rb