Sha256: 28c9681e84ae226898bcc51a3ffb2b583399de37e24257a02974f8183435cf76
Contents?: true
Size: 279 Bytes
Versions: 1
Compression:
Stored size: 279 Bytes
Contents
class AgentSpecialty < ActiveRecord::Base self.table_name = "agent_specialties" self.primary_key = 'id' belongs_to :agent, :inverse_of => :agent_specialties belongs_to :specialty, :inverse_of => :agent_specialties def describe_id "AgentSpecialty ##{id}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
civic311_test3-0.0.2 | app/models/agent_specialty.rb |