From 93c9534c9871d4adad4bc33b5edc355672b59c61 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 18:40:07 +0200 Subject: applies new string literal convention in activejob/lib The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. --- activejob/lib/active_job/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job/exceptions.rb') diff --git a/activejob/lib/active_job/exceptions.rb b/activejob/lib/active_job/exceptions.rb index acbe0c4057..a8ff55fbe4 100644 --- a/activejob/lib/active_job/exceptions.rb +++ b/activejob/lib/active_job/exceptions.rb @@ -1,4 +1,4 @@ -require 'active_support/core_ext/numeric/time' +require "active_support/core_ext/numeric/time" module ActiveJob # Provides behavior for retrying and discarding jobs on exceptions. -- cgit v1.2.3