Skip to content

Commit 524d697

Browse files
Remove extra parenthesis
1 parent 4e78ce6 commit 524d697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_options_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module FormOptionsHelper
105105
#
106106
# Example with <tt>@post.person_id => 2</tt>:
107107
#
108-
# select :post, :person_id, Person.all.collect { |p| [ p.name, p.id ] }, { include_blank: true })
108+
# select :post, :person_id, Person.all.collect { |p| [ p.name, p.id ] }, { include_blank: true }
109109
#
110110
# would become:
111111
#

0 commit comments

Comments
 (0)