Class: ExpressTemplates::Components::FormRailsSupport
- 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, #template
Method Summary
Methods included from Capabilities::Configurable
Methods inherited from Base
Methods included from Capabilities::Iterating
Methods included from Capabilities::Wrapping
Methods included from Capabilities::Rendering
Methods included from Capabilities::Templating
Methods included from Macro
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