Class: Spree::Admin::ThemesPreviewController
- Inherits:
-
BaseController
- Object
- BaseController
- Spree::Admin::ThemesPreviewController
- Defined in:
- app/controllers/spree/admin/themes_preview_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
13 14 15 16 17 |
# File 'app/controllers/spree/admin/themes_preview_controller.rb', line 13 def destroy .delete(:preview) @theme.close_preview redirect_to admin_themes_path end |
#show ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/spree/admin/themes_preview_controller.rb', line 7 def show [:preview] = @theme.name @theme.open_preview redirect_to root_path(theme: @theme.id, mode: 'preview') end |