Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
lib/diesel/testing/app/controllers/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
# File 'lib/diesel/testing/app/controllers/application_controller.rb', line 2

def show
  render :text => "", :layout => 'application'
end