fix merge mistake

This commit is contained in:
Akira Matsuda 2011-12-19 02:33:41 +09:00
parent c2b6815559
commit aa99b78c1b
1 changed files with 30 additions and 30 deletions

View File

@ -42,6 +42,7 @@ module Kaminari
link_to_unless scope.last_page?, name, params.merge(param_name => (scope.current_page + 1)), options.reverse_merge(:rel => 'next') do
block.call if block
end
end
# Renders a helpful message with numbers of displayed vs. total entries.
# Ported from mislav/will_paginate
@ -76,5 +77,4 @@ module Kaminari
end
end
end
end
end