Sha256: 77f62c859079a3329f2f42a78f67def1e8da4b6b625e4015cb879ffe9afe5ce6
Contents?: true
Size: 314 Bytes
Versions: 15
Compression:
Stored size: 314 Bytes
Contents
module PiggybakVariants class OptionConfiguration < ActiveRecord::Base self.table_name = "option_configurations" VARIANT_CLASSES = [] attr_accessible :klass, :option_id belongs_to :option def klass_enum VARIANT_CLASSES end def admin_label self.klass end end end
Version data entries
15 entries across 15 versions & 1 rubygems