basic entity get/show

This commit is contained in:
2023-01-13 21:47:31 +02:00
parent 26ea76c8e9
commit 38f51a5de6
13 changed files with 74 additions and 38 deletions

View File

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