Module: SanghaAccessibility::ActionView::Helpers

Defined in:
lib/sangha_accessibility/action_view/helpers.rb

Instance Method Summary collapse

Instance Method Details

#button_forObject



11
12
13
# 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) ⇒ Object



7
8
9
# File 'lib/sangha_accessibility/action_view/helpers.rb', line 7

def p_for(value)
  (:p, value)
end