1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

revert rails 2.3 tweak

This commit is contained in:
Mike Perham 2013-11-13 19:44:25 -08:00
parent e0a22dd66f
commit 0da83d6c8d

View file

@ -90,7 +90,7 @@ end
begin
require 'active_support/core_ext/string/inflections'
rescue LoadError, NameError # NameError is necessary to run Sidekiq unofficially on Rails 2.3
rescue LoadError
class String
def constantize
names = self.split('::')