activerecord-import/test/models/widget.rb
Zach Dennis b500ebe5a1 Updating tests around working with non-standard ActiveRecord models with non-sequence based primary keys.
* move into test/import_test so it runs across all supported adapters

[#60]
2012-08-06 09:23:01 -04:00

3 lines
64 B
Ruby

class Widget < ActiveRecord::Base
self.primary_key = :w_id
end