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