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.
1 parent 942620a commit 4ba238cCopy full SHA for 4ba238c
config/initializers/hash_id.rb
@@ -1,6 +1,6 @@
1
Hashid::Rails.configure do |config|
2
# The salt to use for generating hashid. Prepended with table name.
3
- config.salt = AppSettings['settings.anonymous_salt']
+ config.salt = 'salt'
4
5
# The minimum length of generated hashids
6
config.min_hash_length = 12
0 commit comments