Hello friends
I have a problem with google meshup feature
it is giving me following error.
SystemStackError in Moments#list
Showing moments/list.html.erb where line #6 raised:
stack level too deep
Extracted source (around line #6):
3: <table cellspacing=5 cellpadding=5 >
4: <tr><td><b><u>Story</u></b></td><td><b><u>User</u></b></
<td><b><u>Tags</u></b></td></tr>
5: <% @moment.each do |moment| %>
6: <tr><td><%= link_to "#{moment.story}", :action => "show" ,:id =>
moment.id %></td>
7: <td><%= moment.user.username -%></td>
8: <td><%= moment.tag_list -%></td>
9: </tr>