NAME

Railsish::View

VERSION

version 0.21

SYNOPSIS

# Explicit
Railsish::View->render(template => "foo/bar.html.tt2", %vars);

# Smart
Railsish::View->render("foo/bar", %vars);

DESCRIPTION

Convention:

file comes with suffixes, template does not.

file: "foo/bar.html.tt2"
template "foo/bar"

AUTHOR

Liu Kang-min <gugod@gugod.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by Liu Kang-min <gugod@gugod.org>.

This is free software, licensed under:

The MIT (X11) License