Method: Formtastic::Actions::LinkAction#to_html

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

#to_htmlObject

TODO reset_action class?



76
77
78
79
80
# File 'lib/formtastic/actions/link_action.rb', line 76

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