lib/timber/events/custom.rb in timber-1.0.13 vs lib/timber/events/custom.rb in timber-1.1.0
- old
+ new
@@ -29,10 +29,10 @@
{type => data}
end
alias to_h to_hash
def as_json(_options = {})
- {:custom => to_hash}
+ {:server_side_app => {:custom => to_hash}}
end
def to_json(options = {})
as_json().to_json(options)
end
\ No newline at end of file