Skip to content

Commit c7202a3

Browse files
authored
Merge pull request #838 from open-data-rescue/staging
require open struct
2 parents 724785f + b7bc426 commit c7202a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/queries/base_query.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Responsible for returning a collection of items
22
# Results can be sorted, filtered, and paginated
3+
require 'ostruct'
4+
35
class BaseQuery
46
attr_reader :total, :collection
57

0 commit comments

Comments
 (0)