mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in [8287]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
1b7a18dec8
commit
d7e9780445
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module ActionView
|
|||
# attributes in the form "string_identifier". For example, "item_1". Only
|
||||
# the identifier part of the id attribute will be serialized.
|
||||
#
|
||||
# Addtional +options+ are:
|
||||
# Additional +options+ are:
|
||||
#
|
||||
# <tt>:format</tt>:: A regular expression to determine what to send
|
||||
# as the serialized id to the server (the default
|
||||
|
|
Loading…
Reference in a new issue