aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/people.yml
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-31 19:38:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-31 19:38:04 +0000
commitfbf9281f0e3ced714bc534821c8b241ed7ec358e (patch)
tree890ca27b4ca235627f0be7b31ec7ce511f7c5968 /activerecord/test/fixtures/people.yml
parent60caf0e66172667400777674d09ade1032907076 (diff)
downloadrails-fbf9281f0e3ced714bc534821c8b241ed7ec358e.tar.gz
rails-fbf9281f0e3ced714bc534821c8b241ed7ec358e.tar.bz2
rails-fbf9281f0e3ced714bc534821c8b241ed7ec358e.zip
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
Diffstat (limited to 'activerecord/test/fixtures/people.yml')
-rw-r--r--activerecord/test/fixtures/people.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/people.yml b/activerecord/test/fixtures/people.yml
new file mode 100644
index 0000000000..22c64afb70
--- /dev/null
+++ b/activerecord/test/fixtures/people.yml
@@ -0,0 +1,3 @@
+michael:
+ id: 1
+ first_name: Michael \ No newline at end of file