From ed31da03eb0fb1e733fd8c0efe0a0e84f25bf4e7 Mon Sep 17 00:00:00 2001 From: Ryan Kopf Date: Fri, 11 Aug 2023 06:42:16 +0900 Subject: [PATCH] Add a newline to get workflows to run. Add a newline to get workflows to run so I can get them working and get tests passed. --- lib/will_paginate_search.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/will_paginate_search.rb b/lib/will_paginate_search.rb index c057112..a821686 100644 --- a/lib/will_paginate_search.rb +++ b/lib/will_paginate_search.rb @@ -27,3 +27,4 @@ def paginate_search(query, options) class ActiveRecord::Base extend ActsAsIndexed::WillPaginate::Search end +