Class: Showcase::PreviewsController

Inherits:
EngineController show all
Defined in:
app/controllers/showcase/previews_controller.rb

Instance Method Summary collapse

Methods inherited from EngineController

#index

Instance Method Details

#showObject



2
3
4
# File 'app/controllers/showcase/previews_controller.rb', line 2

def show
  @preview = Showcase::Path.new(params[:id]).preview_for view_context
end