splitting the menues into files

This commit is contained in:
2022-12-22 16:45:55 +02:00
parent ed918880fb
commit 345fe690a2
4 changed files with 60 additions and 48 deletions

View File

@ -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