Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes #690 and failing test in 4f6e4b9
  • Loading branch information
justinfrench committed Oct 2, 2011
1 parent 0b23716 commit f90da6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formtastic/inputs/select_input.rb
Expand Up @@ -184,7 +184,7 @@ def input_html_options

def extra_input_html_options
{
:multiple => multiple_by_association?,
:multiple => multiple?,
:name => "#{object_name}[#{association_primary_key}]#{'[]' if multiple?}"
}
end
Expand Down

0 comments on commit f90da6f

Please sign in to comment.