README.md in relation-0.3.4 vs README.md in relation-0.3.5
- old
+ new
@@ -47,11 +47,11 @@
$ rails db:migrate
## Usage
-In short (order* and user* are ActiveRecords):
+In short (order* and user* are instances of ActiveRecords):
Relation.add order, user
Relation.add order, user2
Relation.add order2, user2
@@ -84,11 +84,13 @@
They may be used for relationships which can not be based on the
class name of the ActiveRecords.
Keep in mind that dangling relations must be handled by yourself.
-## Rails 5
+## Rails 6
-This gem is intended for Rails 5.
+This gem is intended for Rails 6.
+Rails 5 should work fine.
+
Older Rails versions may use "gem 'relation', '= 0.1.1'".
## License MIT