Sha256: 35baf676f6503ed626856f98d59fd8e0b91993c9b2431c45f9e4fc9b3f58b806
Contents?: true
Size: 203 Bytes
Versions: 19
Compression:
Stored size: 203 Bytes
Contents
class ValidConfiguration < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :configured_item, :polymorphic => true belongs_to :configuration, :dependent => :destroy end
Version data entries
19 entries across 19 versions & 1 rubygems