Class: Cms::ContentCategoriesController
- Inherits:
-
Spree::BaseController
- Object
- Spree::BaseController
- Cms::ContentCategoriesController
- Defined in:
- app/controllers/cms/content_categories_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'app/controllers/cms/content_categories_controller.rb', line 5 def show @contentCategory = ContentCategory.find(params[:id]) @contentParts = @contentCategory.content_parts end |