We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8addff2 commit 07e8e7dCopy full SHA for 07e8e7d
lib/ar_query_matchers/queries/field_name.rb
@@ -3,7 +3,7 @@
3
module ArQueryMatchers
4
module Queries
5
# An instance of this class is one of the values that could be returned from the QueryFilter#filter_map.
6
- # its accepts a name of an ActiveRecord model, for example: 'Company'.
+ # it accepts a name of an ActiveRecord model, for example: 'Company'.
7
class FieldName
8
attr_reader(:model_name, :model_value)
9
0 commit comments