Module: Scripturable::FormHelper
- Defined in:
- lib/app/helpers/scripturable_form_helper.rb
Instance Method Summary collapse
Instance Method Details
#scripture_input(object_name, method, options = {}, &block) ⇒ Object
4 5 6 7 |
# File 'lib/app/helpers/scripturable_form_helper.rb', line 4 def scripture_input(object_name, method, = {}, &block) content_tag(:div, (label + input + comment), {:class => 'scripture'}) end |