Method: Formtastic::Actions::ButtonAction#to_html
- Defined in:
- lib/formtastic/actions/button_action.rb
#to_html ⇒ Object
TODO reset_action class?
61 62 63 64 65 |
# File 'lib/formtastic/actions/button_action.rb', line 61 def to_html wrapper do template.(text, ) end end |