mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
Added tests for flexible routing constraints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user