Skip to content

Commit 6e1b5d2

Browse files
authored
Merge pull request #2 from stevenharman/patch-1
Remove duplicate `cache_options` option docs
2 parents 36cf42b + 144f501 commit 6e1b5d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ id_method_name | Set custom method name to get ID of an object | ```has_many :lo
174174
object_method_name | Set custom method name to get related objects | ```has_many :locations, object_method_name: :places ```
175175
record_type | Set custom Object Type for a relationship | ```belongs_to :owner, record_type: :user```
176176
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 ```
178177

179178

180179
## Contributing

0 commit comments

Comments
 (0)