Method: Reform::Form::Module.included
- Defined in:
- lib/reform/form/module.rb
.included(base) ⇒ Object
Schema
3 4 5 6 |
# File 'lib/reform/form/module.rb', line 3 def self.included(base) base.extend ClassMethods base.extend Included end |