Skip to content

Instantly share code, notes, and snippets.

View jwestgard's full-sized avatar

Joshua Westgard jwestgard

  • College Park
  • 13:59 (UTC -04:00)
View GitHub Profile
@cfitz
cfitz / accession_converter.rb
Created April 23, 2015 14:09
Add lots of dates and extents to the ASPACE accession CSV importer
# add this plugin to plugins/local/backend/model/accession_converter.rb
# this plugin allows the CSV importer to have columns like date_3_label, date_3_expression,
# extent_2_type, extent_2_container_summary etc.
class AccessionConverter < Converter
# we alias the old configure method...
self.singleton_class.send(:alias_method,:old_configure, :configure)