We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724785f + b7bc426 commit c7202a3Copy full SHA for c7202a3
app/queries/base_query.rb
@@ -1,5 +1,7 @@
1
# Responsible for returning a collection of items
2
# Results can be sorted, filtered, and paginated
3
+require 'ostruct'
4
+
5
class BaseQuery
6
attr_reader :total, :collection
7
0 commit comments