Merge branch 'master' of github.com:warpc/rosa-build

This commit is contained in:
Vladimir Sharshov 2012-04-20 22:56:06 +04:00
commit 5431eec07d
1 changed files with 0 additions and 1 deletions

View File

@ -10,6 +10,5 @@ class AddTokenAuthenticatableToUsers < ActiveRecord::Migration
def self.down def self.down
remove_column :users, :authentication_token remove_column :users, :authentication_token
remove_index :users, :authentication_token
end end
end end