diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-07 14:26:21 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-07 15:37:31 -0700 |
commit | 83b767cef90abfc4c2ee9f4b451b0215501fae9a (patch) | |
tree | 1655677c718b8f33665c106dd631c42f798d2926 /actionpack/lib/abstract_controller/collector.rb | |
parent | 435b224e7ec42194d974a90b89a4562ee876aafc (diff) | |
download | rails-83b767cef90abfc4c2ee9f4b451b0215501fae9a.tar.gz rails-83b767cef90abfc4c2ee9f4b451b0215501fae9a.tar.bz2 rails-83b767cef90abfc4c2ee9f4b451b0215501fae9a.zip |
Using strings or symbols for middleware class names is deprecated.
Convert things like this:
middleware.use "Foo::Bar"
to this:
middleware.use Foo::Bar
Diffstat (limited to 'actionpack/lib/abstract_controller/collector.rb')
0 files changed, 0 insertions, 0 deletions