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 36cf42b + 144f501 commit 6e1b5d2Copy full SHA for 6e1b5d2
README.md
@@ -174,7 +174,6 @@ id_method_name | Set custom method name to get ID of an object | ```has_many :lo
174
object_method_name | Set custom method name to get related objects | ```has_many :locations, object_method_name: :places ```
175
record_type | Set custom Object Type for a relationship | ```belongs_to :owner, record_type: :user```
176
serializer | Set custom Serializer for a relationship | ```has_many :actors, serializer: :custom_actor```
177
-cache_options | Hash to enable caching and set cache length | ```cache_options enabled: true cache_length: 12.hours ```
178
179
180
## Contributing
0 commit comments