Sha256: c495db1c850f2485e4a8a0dc47b25608b426fa1a4192e427884c33104dc84f31
Contents?: true
Size: 409 Bytes
Versions: 14
Compression:
Stored size: 409 Bytes
Contents
class AgentType < ActiveRecord::Base include MasterModel default_scope { order('agent_types.position') } has_many :agents end # == Schema Information # # Table name: agent_types # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems