module Crawlers::TissCrawlerHelper def render_personal_annotations(id, personal_annotation) render :partial => "crawlers/personal_annotations", :locals => { :cur_id => id, :personal_annotation => personal_annotation } end end