rad_ext 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rad_ext/profiles/web_ext.rb +2 -2
- metadata +1 -1
@@ -52,7 +52,7 @@ end
|
|
52
52
|
#
|
53
53
|
# RackAdapter
|
54
54
|
#
|
55
|
-
rad.http.
|
55
|
+
rad.http.stack.push(-> builder {
|
56
56
|
# CommonLogger, ShowExceptions, Lint
|
57
57
|
builder.use Rack::Lint if rad.development?
|
58
58
|
|
@@ -67,4 +67,4 @@ rad.http.initialize_rack do |builder|
|
|
67
67
|
|
68
68
|
# builder.use Rack::CommonLogger
|
69
69
|
builder.use Rack::MethodOverride
|
70
|
-
|
70
|
+
})
|