spec/fixtures/test_model.rb in
postgres-copy-0.7.0
vs spec/fixtures/test_model.rb in
postgres-copy-0.8.0
- old
+ new
@@ -1,4 +1,5 @@
require 'postgres-copy' class TestModel < ActiveRecord::Base
+ acts_as_copy_target
end