We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5335551 + a6f0adc commit 732818eCopy full SHA for 732818e
1 file changed
lib/singed/railtie.rb
@@ -14,7 +14,7 @@ class Railtie < Rails::Railtie
14
end
15
16
def self.init!
17
- Singed.output_directory = Rails.root.join("tmp/speedscope")
+ Singed.output_directory ||= Rails.root.join("tmp/speedscope")
18
Singed.backtrace_cleaner = Rails.backtrace_cleaner
19
20
0 commit comments