Module: TransForms::NestedForms::ClassMethods

Defined in:
lib/trans_forms/nested_forms.rb

Instance Method Summary collapse

Instance Method Details

#has_nested_formsObject

Call this method from any Form class that uses a Hash attribute to process nested form models. It will include a number of methods to more efficiently go through params and records.



10
11
12
# File 'lib/trans_forms/nested_forms.rb', line 10

def has_nested_forms
  include TransForms::NestedForms::Active
end