Class: GenericFormFor::Actions::InputAction
- Inherits:
-
Object
- Object
- GenericFormFor::Actions::InputAction
- Includes:
- Base
- Defined in:
- lib/generic_form_for/actions/input_action.rb
Instance Attribute Summary
Attributes included from Base
#builder, #method, #object, #object_name, #options, #template
Instance Method Summary collapse
Methods included from Base
#action_html_options, #action_options, #button_text, #default_action_options, #form_builder_options, #initialize, #merge_action_html_options, #to_html, #wrap_in
Methods included from I18n
#translate, #translate_action, #translate_hint, #translate_label, #translate_legend, #translate_placeholder
Instance Method Details
#action_html(config_options = {}) ⇒ Object
6 7 8 |
# File 'lib/generic_form_for/actions/input_action.rb', line 6 def action_html(={}) template.concat template.submit_tag(, (,)) end |