Mercurial > hg > soundsoftware-site
comparison .svn/pristine/c8/c857707aa9105686c2d1d14cc35b377b81d5443d.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
1 if Rails.version < '3' | |
2 config.gem 'rack-openid', :lib => 'rack/openid', :version => '>=0.2.1' | |
3 end | |
4 | |
5 require 'open_id_authentication' | |
6 | |
7 config.middleware.use OpenIdAuthentication | |
8 | |
9 config.after_initialize do | |
10 OpenID::Util.logger = Rails.logger | |
11 ActionController::Base.send :include, OpenIdAuthentication | |
12 end |