Module: SanghaAccessibility::ActionView::Helpers
- Defined in:
- lib/sangha_accessibility/action_view/helpers.rb
Instance Method Summary collapse
Instance Method Details
#button_for ⇒ Object
11 12 13 |
# File 'lib/sangha_accessibility/action_view/helpers.rb', line 11 def ("Submit", "http://niwantvision.com", {id: "btn_1", method: :get}) end |
#p_for(value) ⇒ Object
7 8 9 |
# File 'lib/sangha_accessibility/action_view/helpers.rb', line 7 def p_for(value) content_tag(:p, value) end |