Sha256: 1395e5dc129d2c7901bc2f7f0f3005a3a11ef5ecc554a2dfba4a337ae5b8e95c

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module SwitchUser
  module Provider
    autoload :Authlogic, "switch_user/provider/authlogic"
    autoload :Devise, "switch_user/provider/devise"
    autoload :RestfulAuthentication, "switch_user/provider/restful_authentication"
    autoload :Sorcery, "switch_user/provider/sorcery"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
switch_user-0.9.0 lib/switch_user/provider.rb