add form for bulk action

organizer can select a booth and perform action on all booth
This commit is contained in:
Rahul 2019-08-13 16:48:32 +05:30
parent 8b2f2b538e
commit fed2d8e089
5 changed files with 77 additions and 50 deletions

View file

@ -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