Class: Spree::StaticContentController
- Inherits:
-
StoreController
- Object
- StoreController
- Spree::StaticContentController
- Defined in:
- app/controllers/spree/static_content_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/spree/static_content_controller.rb', line 7 def show @page = Spree::Page.by_store(current_store).visible.find_by_slug!(request.path) end |