Class: Spree::StaticContentController

Inherits:
StoreController
  • Object
show all
Defined in:
app/controllers/spree/static_content_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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