Mercurial > hg > soundsoftware-site
view vendor/plugins/open_id_authentication/init.rb @ 524:1248a47e81b3 feature_36
Merge from branch "luisf"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 14:39:38 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
begin require 'openid' rescue LoadError begin gem 'ruby-openid', '>=2.1.4' rescue Gem::LoadError # no openid support end end if Object.const_defined?(:OpenID) config.to_prepare do OpenID::Util.logger = Rails.logger ActionController::Base.send :include, OpenIdAuthentication end end