Manage publicities

This commit is contained in:
2017-04-14 11:34:01 +02:00
parent dd5e22ea48
commit 281caaf0fd
20 changed files with 176 additions and 19 deletions
+1
View File
@@ -14,6 +14,7 @@ class Supporter
## Database authenticatable
field :email, type: String, default: ''
field :encrypted_password, type: String, default: ''
field :admin, type: Boolean, default: false
## Recoverable
field :reset_password_token, type: String