Method: Formtastic::Actions::LinkAction#to_html
- Defined in:
- lib/formtastic/actions/link_action.rb
#to_html ⇒ Object
TODO reset_action class?
74 75 76 77 78 |
# File 'lib/formtastic/actions/link_action.rb', line 74 def to_html wrapper do template.link_to(text, url, ) end end |