Skip to content

Commit

Permalink
Add missing autoload.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 17, 2010
1 parent a79e8e0 commit 1282fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/devise.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module Devise
autoload :FailureApp, 'devise/failure_app'
autoload :Models, 'devise/models'
autoload :Schema, 'devise/schema'
autoload :TestHelpers, 'devise/test_helpers'

Expand Down

0 comments on commit 1282fc0

Please sign in to comment.