Displaying 1 result from an estimated 1 matches for "f3d54a".
Did you mean:
3d54
2006 Aug 16
4
Undefined method - what undefined method
...What''s wrong, I did not call the method each....
Here''s the error:
Showing app/views/account/mail.rhtml where line #28 raised:
undefined method `each? for #<PrivateMessage:0x408bb830>
Extracted source (around line #28):
25: <th width="69" bgcolor="#F3D54A" scope="col">Reply </th>
26: <th width="71" bgcolor="#EB7761" scope="col">Delete </th>
27: </tr>
28: <% for m in @private_messages %>
29: <tr>
etc..
RAILS_ROOT: ../config/..
Application Trace | Framework Trac...