Displaying 1 result from an estimated 1 matches for "missing_since".
2006 Apr 10
0
undefined method exception
Here''s the exception:
undefined method `missing_since'' for 1140030500.21:Float
And here''s the code:
%= cop.lost.missing_since if cop.lost.has_attribute?(:missing_since) %>
Interestingly enough, the value quoted (1140030500.21:Float) is the
value of the missing_since attribute....
Also, this code:
<%= cop.lost.attributes %&...