Changed 'no badge' check to be more reliable, added rake task for creating superadmin users

This commit is contained in:
MrYummy
2017-06-02 19:31:15 +02:00
parent 49ab2d0778
commit c20e57665c
6 changed files with 34 additions and 30 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ class CreateRoles < ActiveRecord::Migration
t.integer :value
end
end
end
end
+1 -1
View File
@@ -23,4 +23,4 @@ class CreateUsers < ActiveRecord::Migration
t.timestamps null: true
end
end
end
end