Class: Grandstand::TemplatesController

Inherits:
MainController
  • Object
show all
Defined in:
app/controllers/grandstand/templates_controller.rb

Instance Method Summary collapse

Methods inherited from MainController

#expand

Instance Method Details

#showObject



4
5
6
7
# File 'app/controllers/grandstand/templates_controller.rb', line 4

def show
  return grandstand_not_found unless @template = Grandstand::Template[params[:id]]
  render :text => @template.render
end