1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

alias link_to_previous_page to link_to_prev_page

This commit is contained in:
Akira Matsuda 2016-12-08 16:35:59 +09:00
parent bd8fabafe7
commit 5632ba9d10

View file

@ -51,6 +51,7 @@ module Kaminari
yield if block_given?
end
end
alias link_to_prev_page link_to_previous_page
# A simple "Twitter like" pagination link that creates a link to the next page.
#