OxfordEcosystemsLab / gemdata

GEM database code, importers, and frontend
5 stars 1 forks source link

Add ability to clobber batches #3

Open ashenkin opened 10 years ago

ghost commented 9 years ago

By "clobber"... you mean "delete"?

ashenkin commented 9 years ago

yep

ghost commented 9 years ago
Rails.application.paths["app/models"].eager_load!
ActiveRecord::Base.descendants.map do |f|
  puts f
end

./gemdata/app/models/concerns/batch_import.rb

ashenkin commented 9 years ago

we can clobber them in sql for now, so lowering priority of this issue.