From fbf9281f0e3ced714bc534821c8b241ed7ec358e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 31 Dec 2004 19:38:04 +0000 Subject: Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@295 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/person.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 activerecord/test/fixtures/person.rb (limited to 'activerecord/test/fixtures/person.rb') diff --git a/activerecord/test/fixtures/person.rb b/activerecord/test/fixtures/person.rb new file mode 100644 index 0000000000..4fa5811c71 --- /dev/null +++ b/activerecord/test/fixtures/person.rb @@ -0,0 +1 @@ +class Person < ActiveRecord::Base; end -- cgit v1.2.3