Module: Telephones
- Included in:
- AgentContact
- Defined in:
- backend/app/model/mixins/telephones.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 9 |
# File 'backend/app/model/mixins/telephones.rb', line 3 def self.included(base) base.one_to_many(:telephone) base.def_nested_record(:the_property => :telephones, :contains_records_of_type => :telephone, :corresponding_to_association => :telephone) end |