mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Fixed docs #1884
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -6,7 +6,7 @@ module ActionView
|
||||
# Provides a number of methods for creating form tags that doesn't rely on conventions with an object assigned to the template like
|
||||
# FormHelper does. With the FormTagHelper, you provide the names and values yourself.
|
||||
#
|
||||
# NOTE: The html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>disabled => :true</tt>
|
||||
# NOTE: The html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>:disabled => true</tt>
|
||||
# will give <tt>disabled="disabled"</tt>.
|
||||
module FormTagHelper
|
||||
# Starts a form tag that points the action to an url configured with <tt>url_for_options</tt> just like
|
||||
|
||||
Reference in New Issue
Block a user