basic integration of entities to profile

This commit is contained in:
2023-01-13 22:23:23 +02:00
parent 38f51a5de6
commit d869eab476
6 changed files with 24 additions and 17 deletions

View File

@ -6,8 +6,8 @@ class Member < ApplicationRecord
mount_uploader :picture, PictureUploader
has_many :entity
has_many :entities
def admin
true
end