mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Install and set up Devise
This commit is contained in:
5
app/models/user.rb
Normal file
5
app/models/user.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class User < ApplicationRecord
|
||||
devise :database_authenticatable, :registerable,
|
||||
:recoverable, :rememberable, :validatable,
|
||||
:confirmable
|
||||
end
|
||||
Reference in New Issue
Block a user