Sha256: f089eb903e864f9c31e68ef9570d0daeec311f01843633324595014fa9be893b
Contents?: true
Size: 470 Bytes
Versions: 47
Compression:
Stored size: 470 Bytes
Contents
class CreateType < ActiveRecord::Base attr_accessible :name, :display_name, :note, :position include MasterModel default_scope :order => 'create_types.position' end # == Schema Information # # Table name: create_types # # id :integer not null, primary key # name :string(255) # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
47 entries across 47 versions & 2 rubygems