Class Merb::Template::Haml
In: lib/merb-haml/template.rb
Parent: Object

Methods

Classes and Modules

Module Merb::Template::Haml::Mixin

Public Class methods

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.
locals<Array[Symbol]>:A list of locals to assign from the args passed into the compiled template.
mod<Class, Module>:The class or module wherein this method should be defined.

[Validate]