-
Petrik authored
Rails `secrets` have been deprecated in favor of `credentials`. For the local environment the `secret_key_base` is now be stored in `Rails.config.secret_key_base` instead of the deprecated `Rails.application.secrets.secret_key_base`.
Petrik authoredRails `secrets` have been deprecated in favor of `credentials`. For the local environment the `secret_key_base` is now be stored in `Rails.config.secret_key_base` instead of the deprecated `Rails.application.secrets.secret_key_base`.
Loading