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
1 changed files with 1 additions and 0 deletions

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.
#