show invited users in invite field
This commit is contained in:
parent
8b2f2b538e
commit
af0799990c
8 changed files with 11 additions and 5 deletions
|
|
@ -50,6 +50,7 @@ module Admin
|
|||
|
||||
def edit
|
||||
@url = admin_conference_booth_path(@conference.short_title, @booth.id)
|
||||
@invitation_pending_emails = @booth.invited_responsibles.pluck(:email).join(',')
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue