Skip to content

Commit

Permalink
fix for uninitialized constant Rails::Plugin::OpenIdAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
activefx committed Jan 19, 2009
1 parent 7e5bf94 commit 479882e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*~
2 changes: 2 additions & 0 deletions init.rb
Expand Up @@ -12,6 +12,8 @@
end
end

module OpenIdAuthentication; end

config.to_prepare do
ActionController::Base.send :include, OpenIdAuthentication
end

0 comments on commit 479882e

Please sign in to comment.