Libraries
»
mumuki-domain
(9.23.0)
»
Index (W)
»
WithScopedQueries
Module: WithScopedQueries
Extended by:
ActiveSupport::Concern
Included in:
Discussion
Defined in:
app/models/concerns/with_scoped_queries.rb
Defined Under Namespace
Modules:
Filter
,
Limit
,
Page
,
Sort
Constant Summary
collapse
SCOPING_METHODS =
[
Filter
,
Sort
,
Page
,
Limit
]