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
23 24 25 |
# File 'lib/reform/form/module.rb', line 23 def method_missing(method, *args, &block) heritage.record(method, *args, &block) end |