Class

ActionView::Template

Inheritance
< Object
Included Modules
Renderable

Classes & Modules

Attributes

Name Visibility R/W Description
base_path public RW
extension public RW
filename public RW
format public RW
load_path public RW
locale public RW
name public RW
template_path public RW

Methods

Class

Visibility Signature
public exempt_from_layout (*extensions)
public new (template_path, load_path)

Instance

Visibility Signature
public accessible_paths ()
public content_type ()
public exempt_from_layout? ()
public format_and_extension ()
public load! ()
public method_segment ()
public mime_type ()
public multipart? ()
public path ()
public path_without_extension ()
public path_without_format_and_extension ()
public relative_path ()
public render_template (view, local_assigns = {})
public source ()

Class Method Detail

exempt_from_layout(*extensions)

Don‘t render layouts for templates with the given extensions.

new(template_path, load_path)

Instance Method Detail

accessible_paths()

content_type()

exempt_from_layout?()

format_and_extension()

load!()

method_segment()

mime_type()

multipart?()

path()

path_without_extension()

path_without_format_and_extension()

relative_path()

render_template(view, local_assigns = {})

source()