提交 130b8f9d 编写于 作者: P Pratik Naik

Include the connection module after defining the work callback

上级 2f8a3b58
......@@ -4,9 +4,9 @@ module Server
class Worker
include ActiveSupport::Callbacks
include Celluloid
include ClearDatabaseConnections
define_callbacks :work
include ClearDatabaseConnections
def invoke(receiver, method, *args)
run_callbacks :work do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册