show invited users in invite field

This commit is contained in:
Rahul 2019-08-05 00:35:56 +05:30 committed by rahul2240
parent 8b2f2b538e
commit af0799990c
8 changed files with 11 additions and 5 deletions

View file

@ -34,6 +34,7 @@ class BoothsController < ApplicationController
def edit
@url = conference_booth_path(@conference.short_title, @booth.id)
@invitation_pending_emails = @booth.invited_responsibles.pluck(:email).join(',')
end
def update