Class: Cms::ContentCategoriesController

Inherits:
Spree::BaseController
  • Object
show all
Defined in:
app/controllers/cms/content_categories_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'app/controllers/cms/content_categories_controller.rb', line 5

def show
  @contentCategory = .find(params[:id])
  @contentParts = @contentCategory.content_parts
end