Skip to content

Commit 07e8e7d

Browse files
Update lib/ar_query_matchers/queries/field_name.rb
Co-authored-by: Emily Chen <[email protected]>
1 parent 8addff2 commit 07e8e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ar_query_matchers/queries/field_name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ArQueryMatchers
44
module Queries
55
# 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'.
6+
# it accepts a name of an ActiveRecord model, for example: 'Company'.
77
class FieldName
88
attr_reader(:model_name, :model_value)
99

0 commit comments

Comments
 (0)