46 47 48
# File 'app/helpers/base_helper.rb', line 46 def box(html_options = {}, &block) block_to_partial('shared/box', html_options, &block) end