Class: ContentController

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

Instance Method Summary collapse

Methods inherited from Spree::BaseController

#access_forbidden, #default_title, #find_order, #initialize_extension_partials, #set_title, #title

Methods inherited from ApplicationController

#admin_created?

Methods included from EasyRoleRequirementSystem

included

Methods included from EasyRoleRequirementSystem::InstanceMethods

#included

Methods included from RoleRequirementSystem

included

Instance Method Details

#cvvObject



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

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

#showObject



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

def show
  render :action => params[:path].join('/')
end