Class: ExpressTemplates::Components::FormRailsSupport

Inherits:
Base
  • Object
show all
Includes:
Capabilities::Configurable
Defined in:
lib/express_templates/components/form_rails_support.rb

Overview

Provide hidden fields such as the authenticity token and the utf8 enforcer tag as well as a method tag as would be provided by Rails’ form helpers.

An optional method may be speficied. Defaults to ‘post’.

Instance Attribute Summary

Attributes inherited from Expander

#handlers, #locals, #stack

Method Summary

Methods included from Capabilities::Configurable

included

Methods inherited from Base

inherited

Methods included from Capabilities::Iterating

included

Methods included from Capabilities::Wrapping

included

Methods included from Capabilities::Rendering

included

Methods included from Capabilities::Templating

included

Methods included from Macro

included

Methods inherited from Expander

#expand, #initialize, #initialize_expander, #method_missing, #process_children!, register_macros_for

Constructor Details

This class inherits a constructor from ExpressTemplates::Expander

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ExpressTemplates::Expander