diff --git a/lib/middleware/turbo_dev.rb b/lib/middleware/turbo_dev.rb index 9b72eebb140..ceb463aa7ab 100644 --- a/lib/middleware/turbo_dev.rb +++ b/lib/middleware/turbo_dev.rb @@ -1,5 +1,6 @@ module Middleware - # this class cheats and bypasses rails altogether if the client attme + # this class cheats and bypasses rails altogether if the client attempts + # to download a static asset class TurboDev def initialize(app, settings={}) @app = app