Method: AppFormBuilder#submit
- Defined in:
- lib/AppFormBuilder.rb
#submit(text, options = {}) ⇒ Object
33 34 35 36 37 |
# File 'lib/AppFormBuilder.rb', line 33 def submit(text, = {}) @template.content_tag('button', text, .merge(:type => 'submit') ) end |