lib/postgres-copy.rb in postgres-copy-0.3.1 vs lib/postgres-copy.rb in postgres-copy-0.3.2
- old
+ new
@@ -1,8 +1,8 @@
-# require 'rubygems'
-# require 'active_record'
-# require 'activerecord-postgres-copy/base'
+require 'rubygems'
+require 'active_record'
+require 'postgres-copy/active_record'
require 'rails'
class PostgresCopy < Rails::Railtie
initializer 'postgres-copy' do
@@ -12,6 +12,6 @@
ActiveSupport.on_load :action_controller do
require "postgres-copy/csv_responder"
require "postgres-copy/zip_responder"
end
end
-end
\ No newline at end of file
+end