Module: DisplayCase::ExhibitsHelper

Defined in:
lib/display_case/exhibits_helper.rb

Instance Method Summary collapse

Instance Method Details

#exhibit(model, context = self) ⇒ Object



3
4
5
# File 'lib/display_case/exhibits_helper.rb', line 3

def exhibit(model, context=self)
  Exhibit.exhibit(model, context)
end