Sha256: d90e37274c77f314de310226f5d02818b0a9856d6bfd0b2763c1445794547b11
Contents?: true
Size: 310 Bytes
Versions: 19
Compression:
Stored size: 310 Bytes
Contents
class ConfigurationItemTypeConfigurationOption < ActiveRecord::Base attr_protected :created_at, :updated_at self.table_name = 'configuration_item_types_configuration_options' belongs_to :configuration_item_type belongs_to :configuration_option def is_default? is_default end end
Version data entries
19 entries across 19 versions & 1 rubygems