Module: ResourcesController::WillPaginate

Extended by:
ActiveSupport::Concern
Defined in:
app/concerns/resources_controller/will_paginate.rb

Instance Method Summary collapse

Instance Method Details

#paginate?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/concerns/resources_controller/will_paginate.rb', line 8

def paginate?
  true
end