splitting the menues into files
This commit is contained in:
@ -3,4 +3,9 @@ class Member < ApplicationRecord
|
||||
# , :lockable, :timeoutable, :trackable and :omniauthable
|
||||
devise :database_authenticatable, :registerable,:confirmable,
|
||||
:recoverable, :rememberable, :validatable
|
||||
|
||||
|
||||
def admin?
|
||||
true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user