Class: Showcase::PreviewsController
- Inherits:
-
EngineController
- Object
- ActionController::Base
- EngineController
- Showcase::PreviewsController
- Defined in:
- app/controllers/showcase/previews_controller.rb
Instance Method Summary collapse
Methods inherited from EngineController
Instance Method Details
#show ⇒ Object
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 |