Mercurial > hg > soundsoftware-site
view .svn/pristine/c8/c857707aa9105686c2d1d14cc35b377b81d5443d.svn-base @ 1539:22d57b0e0a77 live
OK, this script works now, but it should be using the API
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 21 May 2015 17:31:06 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
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