Skip to content

Commit

Permalink
Fix safe_join error in partners controller
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jan 26, 2024
1 parent 975cab6 commit f43a5b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/partners_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

class PartnersController < ApplicationController
include ActionView::Helpers::OutputSafetyHelper

before_action :authenticate_user!, except: [:show, :confirm]
before_action :authenticate_partner!, only: [:show, :confirm]

Expand Down

0 comments on commit f43a5b8

Please sign in to comment.