projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into notes
[rails.git]
/
config
/
initializers
/
openid.rb
1
if defined?(MEMCACHE_SERVERS)
2
require "openid/store/memcache"
3
4
OpenIdAuthentication.store = OpenID::Store::Memcache.new(MemCache.new(:namespace => "rails", :string_return_types => true))
5
else
6
OpenIdAuthentication.store = :file
7
end