voteable.html.erb 213 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <div id="voteable_<%= @voteable.id %>"> ..... Show some fields ..... <div id="votes_<%= @voteable.id %>"> <%= render :partial => "votes/voteable_vote", :locals => {:voteable => @voteable} %> </div> </div>