Sha256: 9a5d1c6eb46a4346f93b32b41fee8db68fa368689d62669a60f53a168d30914a

Contents?: true

Size: 225 Bytes

Versions: 8

Compression:

Stored size: 225 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
acts_as_citable-3.0.0.pre.alpha test/dummy/app/controllers/test_controller.rb
acts_as_citable-2.0.2 test/dummy/app/controllers/test_controller.rb
acts_as_citable-2.0.1 test/dummy/app/controllers/test_controller.rb
acts_as_citable-2.0.0 test/dummy/app/controllers/test_controller.rb
acts_as_citable-1.2.0 test/dummy/app/controllers/test_controller.rb
acts_as_citable-1.1.4 test/dummy/app/controllers/test_controller.rb
acts_as_citable-1.1.3 test/dummy/app/controllers/test_controller.rb
acts_as_citable-1.0.1 test/dummy/app/controllers/test_controller.rb