Module: FlexaLib::Helpers::LinkHelpers
- Included in:
- FlexaLib::Helpers
- Defined in:
- lib/flexa_lib/helpers/link_helpers.rb
Instance Method Summary collapse
-
#flexa_link_to_submit(name, html_options = {}) ⇒ Object
LINK_HELPERS.
Instance Method Details
#flexa_link_to_submit(name, html_options = {}) ⇒ Object
LINK_HELPERS
6 7 8 |
# File 'lib/flexa_lib/helpers/link_helpers.rb', line 6 def flexa_link_to_submit(name, ={}) link_to_function name, ";$(this).closest('form').submit()", end |