Module: Feedcellar::Web::PaginationProxy

Defined in:
lib/feedcellar/web/app.rb

Instance Method Summary collapse

Instance Method Details

#limit_valueObject



30
31
32
# File 'lib/feedcellar/web/app.rb', line 30

def limit_value
  page_size
end

#total_pagesObject



34
35
36
# File 'lib/feedcellar/web/app.rb', line 34

def total_pages
  n_pages
end