mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
typo
This commit is contained in:
parent
d20a8fd2a2
commit
28d111d370
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
module Middleware
|
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
|
class TurboDev
|
||||||
def initialize(app, settings={})
|
def initialize(app, settings={})
|
||||||
@app = app
|
@app = app
|
||||||
|
|
Loading…
Reference in a new issue