lib/solrizer/fedora/solrizer.rb in solrizer-fedora-1.0.3 vs lib/solrizer/fedora/solrizer.rb in solrizer-fedora-1.1.0
- old
+ new
@@ -6,10 +6,10 @@
require 'solrizer/html'
# Let people explicitly require xml support if they want it ...
# require 'solrizer/xml.rb'
-# require 'fastercsv'
+require 'fastercsv' # this is used by solrize_objects when you pass it a csv file of pids
require "ruby-debug"
module Solrizer::Fedora
class Solrizer
\ No newline at end of file