Sha256: 62698357d8ef20a3f1b3da1fb53cf55d8f913e469f5d21496865b0934e2d2244
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 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
4 entries across 4 versions & 1 rubygems