Skip to content

Commit

Permalink
Fixed open_id_store typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 22, 2008
1 parent 2a6401b commit 8a47d6e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/open_id_authentication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ def self.store=(*store_option)

self.store = :db

def store
OpenIdAuthentication.store
end

class InvalidOpenId < StandardError
end

Expand Down Expand Up @@ -134,7 +130,7 @@ def complete_open_id_authentication
end

def open_id_consumer
OpenID::Consumer.new(session, open_id_store)
OpenID::Consumer.new(session, OpenIdAuthentication.store)
end

def add_simple_registration_fields(open_id_request, fields)
Expand Down

0 comments on commit 8a47d6e

Please sign in to comment.