Class: Flutie::StyleguidesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/flutie/styleguides_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
9
# File 'app/controllers/flutie/styleguides_controller.rb', line 6

def show
  @styleguides = styleguides
  render :layout => "flutie" if params[:flutie] == "true"
end