Module: Rooftop::Coercions::ParentCoercion::ClassMethods
- Defined in:
- lib/rooftop/coercions/parent_coercion.rb
Instance Method Summary collapse
Instance Method Details
#add_parent_reference ⇒ Object
17 18 19 20 21 |
# File 'lib/rooftop/coercions/parent_coercion.rb', line 17 def add_parent_reference define_method :"parent_#{self.to_s.underscore}" do puts "hello" end end |