Remove old autoload.

This commit is contained in:
José Valim 2011-04-01 02:42:06 -07:00
parent ed51fc7636
commit 425fe7f22d
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ module Devise
module OmniAuth
autoload :Config, "devise/omniauth/config"
autoload :UrlHelpers, "devise/omniauth/url_helpers"
autoload :TestHelpers, "devise/omniauth/test_helpers"
class << self
delegate :short_circuit_authorizers!, :unshort_circuit_authorizers!,