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:
parent
e0a22dd66f
commit
0da83d6c8d
1 changed files with 1 additions and 1 deletions
|
@ -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('::')
|
||||
|
|
Loading…
Reference in a new issue