Sha256: b2e44419d21e4f92ef3bfd2a034b7f41a85d01b9d97658442c3f82a560f4b8d8
Contents?: true
Size: 254 Bytes
Versions: 22
Compression:
Stored size: 254 Bytes
Contents
# ActiveRecord model to store key/value pairs (though the # columns are called name/value to avoid upsetting a Database for using a # keyword as column name) # class HasSetting::Setting < ActiveRecord::Base belongs_to(:owner, :polymorphic => true) end
Version data entries
22 entries across 22 versions & 2 rubygems