lib/restfulness/application.rb in restfulness-0.2.1 vs lib/restfulness/application.rb in restfulness-0.2.2

- old
+ new

@@ -60,13 +60,10 @@ # as used by Rails to reload on each request. e.g. # # middlewares << ActiveDispatch::Reloader # def middlewares - @middlewares ||= [ - Rack::CommonLogger, - Rack::ShowExceptions - ] + @middlewares ||= [ ] end # Quick access to the Restfulness logger. def logger Restfulness.logger