Module: Wysia::FormBuilder
- Defined in:
- lib/wysia/wysia_form_helper.rb
Instance Method Summary collapse
-
#wysia_text_area(method, options = {}) ⇒ Object
ActionPack’s metaprogramming would have done this for us, if FormHelper#labeled_input had been defined at load.
Instance Method Details
#wysia_text_area(method, options = {}) ⇒ Object
ActionPack’s metaprogramming would have done this for us, if FormHelper#labeled_input had been defined at load. Instead we define it ourselves here.
77 78 79 |
# File 'lib/wysia/wysia_form_helper.rb', line 77 def wysia_text_area(method, = {}) @template.wysia_text_area(@object_name, method, ()) end |