Skip to content

Commit

Permalink
Avoid deprecation warnings by explicitly setting devise secret_key
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Jan 31, 2024
1 parent 1dd7f87 commit 0c45235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# confirmation, reset password and unlock tokens in the database.
# Devise will use the `secret_key_base` as its `secret_key`
# by default. You can change it below and use your own secret key.
# config.secret_key = 'edaba06e3043283dd52828f9fdaef1447eafe2d29e2992c37a104f052c85128795b06237fc8933c7cc403ed9ef7516a9e1b080ef9835741a49bf13c526a655d7'
config.secret_key = Rails.application.secret_key_base

# ==> Controller configuration
# Configure the parent class to the devise controllers.
Expand Down

0 comments on commit 0c45235

Please sign in to comment.