Fix epp session test, now api_user honors active boolean correctly

This commit is contained in:
Priit Tark 2015-02-27 13:42:59 +02:00
parent 061015e88a
commit 527bc2a0dc
4 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class ChangeApiUserDefaultValue < ActiveRecord::Migration
def change
change_column_default :users, :active, nil
end
end