Sha256: 10913580e89e7cfde488bbd4cfb9208031cff1d2de28fcb01f05950b2444b343

Contents?: true

Size: 446 Bytes

Versions: 6

Compression:

Stored size: 446 Bytes

Contents

#require 'action_pack'
#require 'shibboleth_auth'
module ShibbolethAuth
  extend ActiveSupport::Autoload

  autoload :LoginController, __FILE__.split('/')[0..-2].join('/')+'/../app/controllers/login_controller'
  autoload :ShibbolethUser, __FILE__.split('/')[0..-2].join('/')+'/../app/models/shibboleth_user'
  require __FILE__.split('/')[0..-2].join('/')+'/generators/auth_generator'
  require 'routes'
  class Railtie < Rails::Railtie
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shibboleth_auth-0.3.2 lib/shibboleth_auth.rb
shibboleth_auth-0.3.1 lib/shibboleth_auth.rb
shibboleth_auth-0.3.0 lib/shibboleth_auth.rb
shibboleth_auth-0.2.1 lib/shibboleth_auth.rb
shibboleth_auth-0.1.2 lib/shibboleth_auth.rb
shibboleth_auth-0.1.1 lib/shibboleth_auth.rb