Remove extraneous response_obj

上级 30a3b6b4
......@@ -13,7 +13,6 @@ def initialize(message = nil)
class Base
attr_internal :response_body
attr_internal :response_obj
attr_internal :action_name
class << self
......@@ -63,10 +62,6 @@ def action_methods
abstract!
def initialize
self.response_obj = {}
end
def process(action)
@_action_name = action_name = action.to_s
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册