<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -30,10 +30,6 @@ module OpenIdAuthentication
 
   self.store = :db
 
-  def store
-    OpenIdAuthentication.store
-  end
-
   class InvalidOpenId &lt; StandardError
   end
 
@@ -134,7 +130,7 @@ module OpenIdAuthentication
     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)</diff>
      <filename>lib/open_id_authentication.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a6401b28000499bd38d9326b77d4087b4d653bd</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </author>
  <url>http://github.com/rails/open_id_authentication/commit/8a47d6e5da4e333e59e161410b0f45f237408548</url>
  <id>8a47d6e5da4e333e59e161410b0f45f237408548</id>
  <committed-date>2008-05-22T12:24:35-07:00</committed-date>
  <authored-date>2008-05-22T12:24:35-07:00</authored-date>
  <message>Fixed open_id_store typo.</message>
  <tree>af7719186d7f2c968b27f51ea5a7149f5184fb35</tree>
  <committer>
    <name>Joshua Peek</name>
    <email>josh@joshpeek.com</email>
  </committer>
</commit>
