Module: Lot::Template
- Included in:
- PlateTemplate, Tag2LayoutTemplate, TagLayoutTemplate
- Defined in:
- app/models/lot.rb
Overview
rubocop:todo Style/Documentation
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 10 11 |
# File 'app/models/lot.rb', line 7 def self.included(base) base.class_eval do belongs_to :lot end end |