Skip to content

Commit

Permalink
Ahem, now for real
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5062 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
madrobby committed Sep 7, 2006
1 parent 984312c commit cb6309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/prototype_helper.rb
Expand Up @@ -685,7 +685,7 @@ def update_page_tag(&block)

protected
def loop_on_multiple_args(method, ids)
record (ids.size>1 ?
record(ids.size>1 ?
"#{javascript_object_for(ids)}.each(#{method})" :
"#{method}(#{ids.first.to_json})")
end
Expand Down

0 comments on commit cb6309b

Please sign in to comment.