Class: Rango::GenericViews
- Object
- Rango::Controller
- Rango::GenericViews
coding: utf-8
Constructor Summary
This class inherits a constructor from Rango::Controller.
Public Visibility
Public Class Methods Inherited from Rango::Controller
after, before, call, controller?, get_filters, inherited, proceed_value, route_to
Public Instance Method Summary
#static(template) |
---|
Public Instance Methods Inherited from Rango::Controller
Public Instance Method Details
static
public
static(template)
[View source]
4 5 6 |
# File 'lib/rango/generic_views/static.rb', line 4 def static(template) render(template) end |