diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 72ba3cf..d80e4fe 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -3,10 +3,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later module ApplicationHelper - def current_agency - current_user.agencies.where(agent: current_agent).first - end - # Markdown helper # Always use all extensions. Additional parser and render options may be # passed as a second argument. |