Class: Rango::GenericViews

coding: utf-8

Constructor Summary

This class inherits a constructor from Rango::Controller.

Public Visibility

Public Instance Method Summary

#static(template)

Public Instance Methods Inherited from Rango::Controller

route_to, run_filters

Public Instance Methods Inherited from Object

try

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