lib/timber/events/controller_call.rb in timber-1.0.13 vs lib/timber/events/controller_call.rb in timber-1.1.0
- old
+ new
@@ -20,10 +20,10 @@
{controller: controller, action: action}
end
alias to_h to_hash
def as_json(_options = {})
- {:controller_call => to_hash}
+ {:server_side_app => {:controller_call => to_hash}}
end
def message
message = "Processing by #{controller}##{action}"
if !message.nil?
\ No newline at end of file