mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05: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:
parent
a0ecced15b
commit
b5629c31be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue