There was an error while loading. Please reload this page.
1 parent adba625 commit 13b463eCopy full SHA for 13b463e
lib/detectify/railtie.rb
@@ -1,7 +1,7 @@
1
module Detectify
2
class Railtie < Rails::Railtie
3
initializer 'detectify' do |app|
4
- app.config.middleware.use 'Detectify::Middleware'
+ app.config.middleware.use Detectify::Middleware
5
end
6
7
0 commit comments