Fix signed in employee adding supplier functionality
This commit is contained in:
@@ -15,7 +15,7 @@ class Employee
|
||||
end
|
||||
end
|
||||
|
||||
view :by_confirmation_token, key: :confirmation_token # devise confirmable
|
||||
#view :by_confirmation_token, key: :confirmation_token # devise confirmable
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :trackable #, :registerable #, :confirmable
|
||||
property :unconfirmed_email
|
||||
|
||||
|
||||
Reference in New Issue
Block a user