Skip to content

Commit

Permalink
Merge pull request #8099 from fjordllc/feature/restore_basic_auth_in_…
Browse files Browse the repository at this point in the history
…calendars_controller

ステージング環境で一時的に無効化していたcalendars_controller.rbのBASIC認証を有効化した
  • Loading branch information
komagata authored Oct 1, 2024
2 parents dbdec00 + a14a0e3 commit 4082023
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/events/calendars_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

class Events::CalendarsController < ApplicationController
skip_before_action :require_active_user_login, raise: false, only: :index
# ステージング環境での動作確認のため追加、確認後削除予定
skip_before_action :basic_auth, if: :staging?

def index
user_id = params[:user_id]
Expand Down

0 comments on commit 4082023

Please sign in to comment.