Sha256: a38957a6de7a5052a3be9d911af1fa419feae26f7ef25a632a91ebfe5001ca5b
Contents?: true
Size: 320 Bytes
Versions: 5
Compression:
Stored size: 320 Bytes
Contents
class System < ActiveRecord::Base set_table_name :system set_primary_key :filename # Relationships # Constraints validates_numericality_of :status, :throttle, :bootstrap, :schema_version, :weight validates_presence_of :name, :type, :owner, :status, :throttle, :bootstrap, :schema_version, :weight end
Version data entries
5 entries across 5 versions & 1 rubygems