Skip to content

Commit

Permalink
Merge pull request #743 from sul-dlss/cbeer-patch-1
Browse files Browse the repository at this point in the history
`symphony_client` doesn't need to be a helper method
  • Loading branch information
corylown authored Aug 31, 2022
2 parents a0a0381 + 6b3cc5f commit bfc96ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# :nodoc:
class ApplicationController < ActionController::Base
helper_method :current_user, :current_user?, :patron, :patron_or_group, :symphony_client
helper_method :current_user, :current_user?, :patron, :patron_or_group
before_action :set_internal_pages_flash_message, :check_unavailable

def current_user
Expand Down

0 comments on commit bfc96ed

Please sign in to comment.