module Feedcellar::Web::PaginationProxy

Public Instance Methods

limit_value() click to toggle source
# File lib/feedcellar/web/app.rb, line 30
def limit_value
  page_size
end
total_pages() click to toggle source
# File lib/feedcellar/web/app.rb, line 34
def total_pages
  n_pages
end