Class: ContentPartController

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

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/content_part_controller.rb', line 5

def show
  @contentPart = ContentPart.find(params[:id])
end