# File lib/useful_helpers/helpers/buttons_helper.rb, line 5 def buttons(&block) content_for :buttons do content_tag :div, :class => "buttons", &block end end