1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unused variable

This commit is contained in:
Vipul A M 2013-05-06 23:25:05 +05:30
parent b5e4eb24e0
commit 584ebed482

View file

@ -515,7 +515,6 @@ module ActionView
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