Class ActionView::Base
In: lib/haml/template/plugin.rb
lib/haml/template/patch.rb
lib/haml/helpers/action_view_mods.rb
Parent: Object

Methods

External Aliases

delegate_template_exists? -> delegate_template_exists_without_haml
render -> render_without_haml

Public Instance methods

compile_template(extension, template, file_name, local_assigns)
compile_template_without_haml(handler, template, file_name, local_assigns)

Alias for compile_template

delegate_template_exists?(template_path)
render(*args, &block)

Alias for render_with_haml

[Validate]