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