Skip to content

Commit

Permalink
Fix the undefined method devise issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 18, 2010
1 parent 104d5b0 commit 35e058b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Engine < ::Rails::Engine
Devise.configure_warden(config)
end

config.after_initialize do
initializer "devise.load_orm" do
require "devise/orm/#{Devise.orm}"
end
end
Expand Down

0 comments on commit 35e058b

Please sign in to comment.