Method: Ramaze::Pager#size

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

#sizeObject

Returns the amount of all elements in all pages.



195
196
197
# File 'lib/ramaze/helper/pager.rb', line 195

def size
  @total_count
end