Sha256: 60ff3719bab92fdccad2a921794c5aa07c5f30204c4213dfd7bd54a7abcdfa33
Contents?: true
Size: 409 Bytes
Versions: 15
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 not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
15 entries across 14 versions & 2 rubygems