Module ActionView::Helpers::FormHelper
In: lib/haml/helpers/action_view_mods.rb
lib/haml/helpers/xss_mods.rb

Methods

External Aliases

form_for -> form_for_without_haml

Public Instance methods

form_for(*args, &block)
form_for(object_name, *args, &proc)

Alias for form_for_with_haml

form_for(object_name, *args, &proc)

Alias for form_for_with_haml

form_for_without_haml(object_name, *args, &proc)

Alias for form_for

form_for_without_haml_xss(object_name, *args, &proc)

Alias for form_for

[Validate]