typo
This commit is contained in:
parent
d20a8fd2a2
commit
28d111d370
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue