You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(erb):18:in `block (6 levels) in build_report': undefined method `+' for nil:NilClass (NoMethodError)
from (erb):17:in `each'
from (erb):17:in `block (5 levels) in build_report'
from (erb):15:in `each'
from (erb):15:in `block (4 levels) in build_report'
from C:/Ruby32-x64/lib/ruby/3.2.0/erb.rb:429:in `eval'
from C:/Ruby32-x64/lib/ruby/3.2.0/erb.rb:429:in `result'
from (erb):21:in `block (4 levels) in build_report'
from (erb):20:in `each'
from (erb):20:in `block (3 levels) in build_report'
from C:/Ruby32-x64/lib/ruby/3.2.0/erb.rb:429:in `eval'
from C:/Ruby32-x64/lib/ruby/3.2.0/erb.rb:429:in `result'
from (erb):4:in `block (3 levels) in build_report'
from (erb):2:in `each'
from (erb):2:in `each_with_index'
from (erb):2:in `block (2 levels) in build_report'
from (erb):1:in `each'
... 15 levels...
changing it as follows resolves the issue...
<%= "#{cell} | " %>
The text was updated successfully, but these errors were encountered:
ReportBuilder/template/step.erb
Line 18 in 57fdd65
changing it as follows resolves the issue...
The text was updated successfully, but these errors were encountered: