projects/common/src/error.rb in foobara-0.0.25 vs projects/common/src/error.rb in foobara-0.0.26
- old
+ new
@@ -34,10 +34,10 @@
def category
nil
end
def message
- nil
+ Util.humanize(symbol.to_s)
end
def context
nil
end