We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1136b commit 7016fe3Copy full SHA for 7016fe3
lib/jsonapi/consumer/query/builder.rb
@@ -89,6 +89,7 @@ def to_a
89
@to_a ||= find
90
end
91
alias all to_a
92
+ alias to_ary to_a
93
94
def find(args = {})
95
case args
0 commit comments