Update rubocop
This commit is contained in:
parent
d9c1ba2315
commit
c8671c137a
21 changed files with 69 additions and 48 deletions
|
@ -16,7 +16,7 @@ if defined?(MEMCACHE_SERVERS)
|
|||
else
|
||||
require "openid/store/filesystem"
|
||||
|
||||
openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp/openids"))
|
||||
openid_store = OpenID::Store::Filesystem.new(Rails.root.join("tmp", "openids"))
|
||||
end
|
||||
|
||||
openid_options = { :name => "openid", :store => openid_store }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue