def index
    index! do |format|
      format.json {
        render :json => end_of_association_chain.order(:citation).
          select([:id, :citation]).map { |d| { :value => d.id, :text => d.citation } }.to_json