Class
Merb::Template::Haml
In:
lib/merb-haml/template.rb
Parent:
Object
Methods
compile_template
Classes and Modules
Module
Merb::Template::Haml::Mixin
Public Class methods
compile_template
(path, name, mod)
Defines a method for calling a specific HAML template.
Parameters
path<String>:
Path to the template file.
name<~to_s>:
The name of the template method.
mod<Class, Module>:
The class or module wherein this method should be defined.
[Validate]