Skip to content

Commit

Permalink
Keep rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jul 26, 2024
1 parent 88b0875 commit ead2d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/applications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class ApplicationsController < ApplicationController
extend T::Sig

before_action :check_application_redirect, only: %i[show nearby]
before_action :check_application_redirect, only: :show

sig { void }
def index
Expand Down

0 comments on commit ead2d70

Please sign in to comment.