Displaying 1 result from an estimated 1 matches for "eb7761".
Did you mean:
27761
2006 Aug 16
4
Undefined method - what undefined method
...count/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 Trace | Full Trace
#{RAILS_ROOT}/vendor/rails/activerecord/lib/active_record/base.rb:1792:in
`method_missing...