Fixed problems in interacting of acts_as_versioned and optimistic locking.

This commit is contained in:
Benjamin Meichsner 2009-05-20 15:26:53 +02:00
parent 2660d86b89
commit 255a4cd6c7
5 changed files with 9 additions and 10 deletions

View file

@ -6,7 +6,6 @@ class CreatePages < ActiveRecord::Migration
t.string :permalink
t.integer :lock_version, :default => 0
t.integer :updated_by
t.integer :version
t.timestamps
end