Skip to content
Snippets Groups Projects
Commit 3eab0f4a authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files
parent 0c272d8a
No related branches found
No related tags found
No related merge requests found
if Rails.env.development? || Rails.env.test?
Thread.abort_on_exception = false
Thread.send(:define_method, :abort_on_exception) do |value|
puts "Ignoring Thread.abort_on_exception change to #{value}"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment