Sha256: 5692e2dd4a539f9b4db65d5fccb1041eed069aa736d98520516b6aae9beca6cf
Contents?: true
Size: 358 Bytes
Versions: 12
Compression:
Stored size: 358 Bytes
Contents
class AgentType < ApplicationRecord include MasterModel 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
12 entries across 12 versions & 1 rubygems