Class: Smithy::GuidesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/smithy/guides_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  render :action => params[:id], :layout => request.xhr? ? false : 'smithy/guides'
end