diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-05-06 11:18:29 -0700 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-05-06 11:18:29 -0700 |
commit | 32b4abddfa1f01009e0a9eb2a8820715b2fae78a (patch) | |
tree | 58691842ee66570b23d76d510d845751d2ec5488 /actionpack | |
parent | b5e4eb24e0fdef4eed37e67b9726ea0b595917da (diff) | |
parent | 584ebed482907abb3b18c65495cd62fe5f643a89 (diff) | |
download | rails-32b4abddfa1f01009e0a9eb2a8820715b2fae78a.tar.gz rails-32b4abddfa1f01009e0a9eb2a8820715b2fae78a.tar.bz2 rails-32b4abddfa1f01009e0a9eb2a8820715b2fae78a.zip |
Merge pull request #10486 from vipulnsward/remove_variable
remove unused variable
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_options_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb index 719c9c09b5..ad26505086 100644 --- a/actionpack/lib/action_view/helpers/form_options_helper.rb +++ b/actionpack/lib/action_view/helpers/form_options_helper.rb @@ -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 |