Class: ContentController

Inherits:
Spree::BaseController show all
Defined in:
app/controllers/content_controller.rb

Instance Method Summary collapse

Methods included from SpreeBase

included

Instance Method Details

#cvvObject



12
13
14
# File 'app/controllers/content_controller.rb', line 12

def cvv
  render "cvv", :layout => false
end

#showObject



8
9
10
# File 'app/controllers/content_controller.rb', line 8

def show
  render :template => params[:path]
end