Displaying 1 result from an estimated 1 matches for "flashingcod".
Did you mean:
flashingcode
2006 Feb 19
2
possible rails -> postgresql bug
...TTING AND FOLDING SURCHARGE | {}
ST.13G | .6MM FLASHING GAL 601-800MM FOLDS | {0,1,2,3,4,5,6}
SR.06C | .6MM FLASHING C/B GIRTH 400MM FOLDS | {0,6,5,4,3,2,1}
(10 rows)
In the view as part of the debug I put this
<%=h @flashing.inspect() %>
which gave this result.
#<FlashingCode:0xb78791b8 @attributes={"code"=>"SR.05G",
"description"=>".6MM FLASHING GAL GIRTH 300MM FOLDS",
"folds"=>"{5,4,3,2,1,0,6}"}>
Here is what the problem is this
<%=h @flashing.folds.inspect() if @flashing %>
only gives t...