search for: user_article_comments_path

Displaying 1 result from an estimated 1 matches for "user_article_comments_path".

2011 Dec 16
3
PROBLEN IN AJAX USING RJS
...%> <%#= pluralize(@article.comments.size, ''comment'') %> <%#*</div>%> <div id ="comment"></div> <%= render :partial => "comments/comment", :collection => @article.comments %> <%= form_for(@comment, :url => user_article_comments_path(@user,@article), :remote => true) do |f| %> <div class ="field"> <%= f.label :comment %><br/> <%= f.text_area :comment, :cols => "60", :rows => "10" %> </div> <div class="action"> <%= f.su...