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.
2 parents be332cc + c5fd2da commit 845450eCopy full SHA for 845450e
README.md
@@ -320,7 +320,7 @@ end
320
__Some comments for the above code:__
321
322
1. In the `get_raw_records` method we have quite a complex query having one to
323
-many and may to many associations using the joins ActiveRecord method.
+many and many to many associations using the joins ActiveRecord method.
324
The joins will generate INNER JOIN relations in the SQL query. In this case,
325
we do not include all event in the report if we have events which is not
326
associated with any model record from the relation.
0 commit comments