Module: Spotlight::Controller

Extended by:
ActiveSupport::Concern
Defined in:
lib/spotlight/controller.rb

Instance Method Summary collapse

Instance Method Details

#current_exhibitObject



9
10
11
# File 'lib/spotlight/controller.rb', line 9

def current_exhibit
  @exhibit ||= Spotlight::Exhibit.default
end