1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/config/initializers/raven.rb
2018-11-29 20:01:22 +05:00

7 lines
179 B
Ruby

# frozen_string_literal: true
# Be sure to restart your server when you modify this file.
Raven.configure do |config|
config.dsn = Rails.application.credentials.raven_dsn
end