Mercurial > hg > soundsoftware-site
view .svn/pristine/c8/c857707aa9105686c2d1d14cc35b377b81d5443d.svn-base @ 1543:05d639e5d59b feature_1136
First cut of a git export script
author | Chris Cannam |
---|---|
date | Tue, 12 Jan 2016 15:15:02 +0000 |
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