= private = protected
last?()
Returns true if this page is the last page in the paginator.
# File actionpack/lib/action_controller/pagination.rb, line 344 def last? self == @paginator.last end