Class: Cmsimple::MercuryController

Inherits:
MercuryController
  • Object
show all
Defined in:
app/controllers/cmsimple/mercury_controller.rb

Instance Method Summary collapse

Instance Method Details

#resourceObject



3
4
5
# File 'app/controllers/cmsimple/mercury_controller.rb', line 3

def resource
  render :action => "/#{params[:type]}/#{params[:resource]}"
end