From 33956192221d44ae49bea255bfcb8d5a9e611f7c Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:01:01 +0100 Subject: [PATCH] Fix lint --- app/helpers/application_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 10b045386..5760d68fb 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -31,6 +31,7 @@ module ApplicationHelper def notifications_to_display? !current_page?(notifications_path) && (authenticated_user_has_notifications? || unauthenticated_user_has_notifications?) end + private def paginated_title(title, pagy)