Class: Minimal::Template

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/minimal/template.rb,
lib/minimal/template/form_builder_proxy.rb

Defined Under Namespace

Modules: Base, FormBuilderProxy Classes: Handler

Constant Summary collapse

AUTO_BUFFER =
%r(render|tag|error_message_|select|debug|_to|_for)
NO_AUTO_BUFFER =
%r(form_tag|form_for)
TAG_NAMES =
%w(a body div em fieldset h1 h2 h3 h4 head html img input label li
link ol option p pre script select span strong table thead tbody tfoot td th tr ul)

Instance Attribute Summary

Attributes included from Base

#buffers, #locals, #view

Method Summary

Methods included from Base

#<<, #_render, #initialize

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Minimal::Template::Base