Method: Formtastic::Actions::ButtonAction#to_html

Defined in:
lib/formtastic/actions/button_action.rb

#to_htmlObject

TODO reset_action class?



61
62
63
64
65
# File 'lib/formtastic/actions/button_action.rb', line 61

def to_html
  wrapper do
    template.button_tag(text, button_html)
  end
end