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 buttons(&block)
  content_for :buttons do
     :div, :class => "buttons", &block
  end
end