Class: ContentController
- Inherits:
-
Spree::BaseController
- Object
- ActionController::Base
- Spree::BaseController
- ContentController
- Defined in:
- app/controllers/content_controller.rb
Instance Method Summary collapse
Methods included from SpreeBase
Methods inherited from ActionController::Base
Instance Method Details
#cvv ⇒ Object
16 17 18 19 20 |
# File 'app/controllers/content_controller.rb', line 16 def cvv respond_with do |format| format.html { render "cvv", :layout => false } end end |
#show ⇒ Object
10 11 12 13 14 |
# File 'app/controllers/content_controller.rb', line 10 def show respond_with do |format| format.html { render :template => params[:path] } end end |