Skip to content
Snippets Groups Projects
Commit 77b353f9 authored by ya's avatar ya
Browse files
parent 0c20f85c
No related branches found
No related tags found
1 merge request!14Call opening day adjustments, closes #202
class EventsController < ApplicationController
COLLECTION_ACTIONS = [:my, :my_coordinating, :my_reviewed, :with_review, :without_review, :undecided, :cards, :index, :feedbacks]
ALLOWED_EVENT_TYPE_SCOPES = %(all individual_papers special_sessions)
ALLOWED_EVENT_TYPE_SCOPES = %(all individual_papers special_sessions poster_presentations participatory_sessions)
before_action :authenticate_user!
before_action :not_submitter!
before_action :set_is_reviewer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment