2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
This commit is contained in:
Sam 2013-04-18 16:46:04 +10:00
parent d20a8fd2a2
commit 28d111d370

View file

@ -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