def load_divider
    @divider = if target
      target.dividers.find params[:id]
    else
      Divider.find_by_id(params[:id], :conditions => {:project_id => current_user.project_ids})