Skip to content

Commit

Permalink
don't rely on pretty_inspect, just dump the data
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ganyo committed Sep 21, 2012
1 parent dc3c201 commit ca5ef23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/usergrid/core/entity.rb
Expand Up @@ -37,7 +37,7 @@ def save
end end


def to_s def to_s
"resource: #{url}\ndata: #{data.pretty_inspect}" "resource: #{url}\ndata: #{data}"
end end


private private
Expand Down

0 comments on commit ca5ef23

Please sign in to comment.