Skip to content

Commit

Permalink
removed MARK constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 8, 2021
1 parent 49040fb commit 33c467a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/pagy/frontend.rb
Expand Up @@ -29,8 +29,6 @@ module Frontend

include Helpers

MARK = PAGE_PLACEHOLDER # backward compatibility in case of helper-overriding in legacy apps

# Generic pagination: it returns the html with the series of links to the pages
def pagy_nav(pagy)
link, p_prev, p_next = pagy_link_proc(pagy), pagy.prev, pagy.next
Expand Down

0 comments on commit 33c467a

Please sign in to comment.