Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / activerecord / test / models / legacy_thing.rb
1 class LegacyThing < ActiveRecord::Base
2 set_locking_column :version
3 end