Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed May 6, 2013
1 parent b5e4eb2 commit 584ebed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/lib/action_view/helpers/form_options_helper.rb
Expand Up @@ -515,7 +515,6 @@ def grouped_options_for_select(grouped_options, selected_key = nil, options = {}
divider = options[:divider]
else
prompt = options
options = {}
message = "Passing the prompt to grouped_options_for_select as an argument is deprecated. " \
"Please use an options hash like `{ prompt: #{prompt.inspect} }`."
ActiveSupport::Deprecation.warn message
Expand Down

0 comments on commit 584ebed

Please sign in to comment.