Module | Innate::View::Slim |
In: |
lib/ramaze/view/slim.rb
|
View adapter for the Slim template engine. For more information about Slim see the following page: github.com/stonean/slim
@example
class MainController < Ramaze::Controller map '/' engine :slim def index # Create some data for the view and render it. end end
@since 19-01-2012