Method: Reform::Form::Module::ClassMethods#method_missing
- Defined in:
- lib/reform/form/module.rb
#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 |