I think i have a simple problem i can’t get my brain around
How do i pass the arguement “story<%=story.id%>” inside the
visual_effect method?
<% for story in @stories.reverse %>
<%=link_to_remote ("Show Comments", :update => story.id, :url => {:action => :show_comments, :id => story}, :complete => visual_effect(:grow, __________, :duration => 1.0)) %>
Any help would be awesome.
Thanks