Skip to content

Commit 26dbaa0

Browse files
committed
plugin.decorate = 'racer'
1 parent 3394fa0 commit 26dbaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.coffee

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ exports = module.exports = (racer) ->
99
racer.registerAdapter 'journal', 'Redis', JournalRedis
1010

1111
exports.useWith = server: true, browser: false
12+
exports.decorate = 'racer'
1213

1314
exports.JournalRedis = JournalRedis = (options) ->
1415
{port, host, db, password} = options

0 commit comments

Comments
 (0)