Added tests for flexible routing constraints

This commit is contained in:
Chris Oliver
2012-06-15 13:06:29 -05:00
parent 2d7dc3e82d
commit 37c55eb192
4 changed files with 57 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ class CreateTables < ActiveRecord::Migration
## Lockable
t.datetime :locked_at
## Attribute for testing route blocks
t.boolean :active, :default => false
t.timestamps
end
end