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