Module: Reform::Form::Module::ClassMethods
- Defined in:
- lib/reform/form/module.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
11 12 13 |
# File 'lib/reform/form/module.rb', line 11 def method_missing(method, *args, &block) heritage.record(method, *args, &block) end |