Module: Formy::Helper

Defined in:
lib/formy/formy_helper.rb

Instance Method Summary collapse

Instance Method Details

#formy_for(attribute, options = {}, &block) ⇒ Object



3
4
5
6
# File 'lib/formy/formy_helper.rb', line 3

def formy_for attribute, options={}, &block
  options[:builder] = FormBuilder
  form_for attribute, options, &block
end