Module: NavigationLight::RelationLabel
- Defined in:
- app/models/navigation_light/relation_label.rb
Class Method Summary collapse
Class Method Details
.included(target) ⇒ Object
4 5 6 7 8 9 |
# File 'app/models/navigation_light/relation_label.rb', line 4 def self.included(target) target.class_eval do has_many :middlabels, as: :middlabel, class_name: 'MiddleLabel' has_many :labels, through: :middlabels end end |