module SanghaAccessibility::ActionView::Helpers

Public Instance Methods

button_for() click to toggle source
# File lib/sangha_accessibility/action_view/helpers.rb, line 11
def button_for
  button_to("Submit", "http://niwantvision.com",  {id: "btn_1", method: :get})
end
p_for(value) click to toggle source
# File lib/sangha_accessibility/action_view/helpers.rb, line 7
def p_for(value)
  content_tag(:p, value)
end