class TestController < ApplicationController # respond_to :ris, :bibtex, :json, :csv def test # rec = Record.create(:data => "itemType: book", :format => "csf") # zip = Array.new # zip << rec # require 'pry' # # binding.pry` # respond_with(zip) end end