Skip to content

Commit

Permalink
added require's for association and nonce to fixed missing constant e…
Browse files Browse the repository at this point in the history
…rrors

Signed-off-by: Joshua Peek <josh@joshpeek.com>
  • Loading branch information
Andrew Lague authored and josh committed Feb 12, 2009
1 parent 9235be2 commit e6df783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/open_id_authentication.rb
Expand Up @@ -3,6 +3,8 @@
require 'openid/extensions/ax'
require 'openid/store/filesystem'

require File.dirname(__FILE__) + '/open_id_authentication/association'
require File.dirname(__FILE__) + '/open_id_authentication/nonce'
require File.dirname(__FILE__) + '/open_id_authentication/db_store'
require File.dirname(__FILE__) + '/open_id_authentication/mem_cache_store'
require File.dirname(__FILE__) + '/open_id_authentication/request'
Expand Down

0 comments on commit e6df783

Please sign in to comment.