Class: Cms::ContentPartsController
- Inherits:
-
Spree::BaseController
- Object
- Spree::BaseController
- Cms::ContentPartsController
- Defined in:
- app/controllers/cms/content_parts_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/cms/content_parts_controller.rb', line 5 def show @contentPart = ContentPart.find(params[:id]) end |