Method: BaseHelper#box

Defined in:
app/helpers/base_helper.rb

#box(html_options = {}, &block) ⇒ Object



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