lib/timber/events/controller_call.rb in timber-2.0.17 vs lib/timber/events/controller_call.rb in timber-2.0.19

- old
+ new

@@ -22,10 +22,10 @@ {controller: controller, action: action, params_json: params_json} end alias to_h to_hash def as_json(_options = {}) - {:server_side_app => {:controller_call => to_hash}} + {:controller_call => to_hash} end def message message = "Processing by #{controller}##{action}" if !message.nil? \ No newline at end of file