whoops, fix my typo

This commit is contained in:
Jonne Hass 2011-09-16 22:27:19 +02:00
parent b706edf76f
commit 7ab963f859

View file

@ -28,7 +28,7 @@ if AppConfig.single_process_mode?
end
end
if AppConfig[:mount_resque_web}
if AppConfig[:mount_resque_web]
require 'resque/server'
class AdminRack