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