Sha256: 9afcf6de589cc972fdee1ce3ede93ebfc598e85176612c0402b4dfeecfb92752

Contents?: true

Size: 163 Bytes

Versions: 14

Compression:

Stored size: 163 Bytes

Contents

class ActiveRecord::CustomAttributes::CustomAttributeModel < ActiveRecord::Base
  set_table_name "custom_attributes"

  belongs_to :item, :polymorphic => true
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
custom-attributes-0.2.17 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.16 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.15 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.12 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.5 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.4 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.3 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.2 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.1 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.2.0 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.1.2 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.1.1 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.1.0 lib/active_record/custom_attributes/custom_attribute_model.rb
custom-attributes-0.0.1 lib/active_record/custom_attributes/custom_attribute_model.rb