Create a redirect when editing the title of a page.

This commit is contained in:
Benjamin Meichsner 2009-06-11 23:51:26 +02:00
parent 434fc4b2ff
commit 55729e20f9
6 changed files with 36 additions and 10 deletions

View file

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