ReportBuilder
ReportBuilder copied to clipboard
cast to string to concatenate full string without errors
I was having this error: NoMethodError: undefined method '+' for nil:NilClass
in my code and casting the id seem to fix it.
I had to do that too.