Module: UsefulHelpers::Helpers::ButtonsHelper
- Defined in:
- lib/useful_helpers/helpers/buttons_helper.rb
Instance Method Summary collapse
Instance Method Details
#buttons(&block) ⇒ Object
5 6 7 8 9 |
# File 'lib/useful_helpers/helpers/buttons_helper.rb', line 5 def (&block) content_for :buttons do content_tag :div, :class => "buttons", &block end end |