Fix bug
This commit is contained in:
parent
9adcefce02
commit
e5d5359cc3
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Raven.configure do |config|
|
||||
config.dsn = Rails.application.secrets.raven_dsn
|
||||
config.dsn = Rails.application.credentials.raven_dsn
|
||||
end
|
||||
|
|
Reference in a new issue