update to rails 4.2.5, clean up

This commit is contained in:
jomo
2016-01-17 19:45:46 +01:00
parent ce19d61e1d
commit e53228eaf1
11 changed files with 255 additions and 209 deletions

View File

@@ -20,7 +20,7 @@ class CreateUsers < ActiveRecord::Migration
t.references :role, null: false, default: Role.get(:normal)
t.timestamps
t.timestamps null: true
end
end
end