Displaying 1 result from an estimated 1 matches for "commenti".
Did you mean:
comment
2008 Apr 14
2
Problems with nil object
...or post in @posts %>
<div class="post">
<p>Titolo: <%= post.titolo %> <span>data: <%= post.data
%></span></p>
<p>Testo: <br /><%= post.testo %></p>
<span><%= link_to ''Commenti('' + post.comments.size.to_s + '')'',
:action => ''show_comment'', :id => post %></span>
<span><%= link_to ''Aggiungi un commento'', :action =>
''add_comment'', :id => post %></span...