Method: LHS::Pagination#count
- Defined in:
- lib/lhs/pagination.rb
#count ⇒ Object
as standard in Rails’ ActiveRecord count is not summing up, but using the number provided from data source
14 15 16 |
# File 'lib/lhs/pagination.rb', line 14 def count total end |