Module: Formtastic::Actions::Buttonish
- Included in:
- ButtonAction, InputAction
- Defined in:
- lib/formtastic/actions/buttonish.rb
Instance Method Summary collapse
Instance Method Details
#extra_button_html_options ⇒ Object
10 11 12 13 14 |
# File 'lib/formtastic/actions/buttonish.rb', line 10 def { :type => method } end |
#supported_methods ⇒ Object
6 7 8 |
# File 'lib/formtastic/actions/buttonish.rb', line 6 def supported_methods [:submit, :reset] end |