Skip to content

Commit

Permalink
Fix Rails::Rack::Static deprecated constant proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 21, 2009
1 parent 0ce9206 commit e1935e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/rack/static.rb
@@ -1,5 +1,5 @@
require 'action_dispatch'

module Rails::Rack
Static = Deprecation::DeprecatedConstantProxy.new('Rails::Rack::Static', ActionDispatch::Static)
Static = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Rails::Rack::Static', ActionDispatch::Static)
end

0 comments on commit e1935e3

Please sign in to comment.