Pulled in ActiveRecord synchronize functionality from the old ar-extensions code base.
https://github.com/zdennis/activerecord-import/issues#issue/6
This commit is contained in:
parent
9e6866fd29
commit
319c52d80f
3 changed files with 53 additions and 0 deletions
|
@ -25,3 +25,4 @@ end
|
|||
this_dir = Pathname.new File.dirname(__FILE__)
|
||||
require this_dir.join("import")
|
||||
require this_dir.join("active_record/adapters/abstract_adapter")
|
||||
require this_dir.join("synchronize")
|
Loading…
Add table
Add a link
Reference in a new issue