Sha256: ba6119f683ce7243efe8610b5feefdfd20808f89a5ea0a3206679e0c81e93b51
Contents?: true
Size: 308 Bytes
Versions: 34
Compression:
Stored size: 308 Bytes
Contents
if Rails.version < '3' config.gem 'rack-openid', :lib => 'rack/openid', :version => '>=0.2.1' end require 'open_id_authentication' config.middleware.use OpenIdAuthentication config.after_initialize do OpenID::Util.logger = Rails.logger ActionController::Base.send :include, OpenIdAuthentication end
Version data entries
34 entries across 34 versions & 1 rubygems