To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / c8 / c857707aa9105686c2d1d14cc35b377b81d5443d.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (308 Bytes)

1 1296:038ba2d95de8 Chris
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