Merge pull request #19352 from artofhuman/master

Move Adapter to private constant
This commit is contained in:
Rafael Mendonça França 2015-03-16 14:36:16 -03:00
commit 82c2baf534
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ module ActiveJob
autoload :TestAdapter
ADAPTER = 'Adapter'.freeze
private_constant :ADAPTER
class << self
def lookup(name)