README.md in hashid-rails-1.3.0 vs README.md in hashid-rails-1.4.0
- old
+ new
@@ -107,9 +107,12 @@
"1234567890"
# Whether to override the `find` method
config.override_find = true
+ # Whether to override the `to_param` method
+ config.override_to_param = true
+
# Whether to sign hashids to prevent conflicts with regular IDs (see https://github.com/jcypret/hashid-rails/issues/30)
config.sign_hashids = true
end
```