We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8472ce commit 0af8474Copy full SHA for 0af8474
README.md
@@ -43,8 +43,9 @@ $ gem install union_of
43
44
## Usage
45
46
-To use `union_of`, create a `has_many` association as you would normally, and
47
-define the associations you'd like to union together via `union_of:`:
+To use `union_of`, define a `has_many` association as you would normally, and
+provide the associations you'd like to union together via the `union_of:`
48
+keyword:
49
50
```ruby
51
class Book < ActiveRecord::Base
0 commit comments