Method: Ramaze::Pager#last_page

Defined in:
lib/ramaze/helper/pager.rb

#last_pageObject

Return the last page index.



145
146
147
# File 'lib/ramaze/helper/pager.rb', line 145

def last_page
  return @page_count
end