add form for bulk action
organizer can select a booth and perform action on all booth
This commit is contained in:
parent
8b2f2b538e
commit
fed2d8e089
5 changed files with 77 additions and 50 deletions
|
|
@ -4,7 +4,7 @@ class Booth < ApplicationRecord
|
|||
include ActiveRecord::Transitions
|
||||
has_paper_trail ignore: [:updated_at], meta: { conference_id: :conference_id }
|
||||
|
||||
attr_accessor :invite_responsible
|
||||
attr_accessor :invite_responsible, :current_booth_state, :new_booth_state
|
||||
|
||||
belongs_to :conference
|
||||
has_many :booth_requests, dependent: :destroy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue