module Formtastic::Actions::Buttonish

Public Instance Methods

extra_button_html_options() click to toggle source
# File lib/formtastic/actions/buttonish.rb, line 9
def extra_button_html_options
  {
    :type => method
  }
end
supported_methods() click to toggle source
# File lib/formtastic/actions/buttonish.rb, line 5
def supported_methods
  [:submit, :reset]
end