Skip to content

Commit

Permalink
Allow organizers to upload sessions
Browse files Browse the repository at this point in the history
Progress towards #61
  • Loading branch information
BGMP committed Mar 9, 2024
1 parent 1b65641 commit 2787327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/sessions_controller.rb
@@ -1,6 +1,6 @@
class SessionsController < ApplicationController
before_action :authenticate_user!, :except => [:index, :show]
before_action :authenticate_staff, :except => [:index, :show]
before_action :authenticate_organizer, :except => [:index, :show]
before_action :set_session, :only => [:show, :edit, :update, :destroy]

respond_to :html, :json
Expand Down

0 comments on commit 2787327

Please sign in to comment.