mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Authenticatable shuold be loaded at the end.
This commit is contained in:
parent
3ce98d4163
commit
22392f23f2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
require 'devise/models/authenticatable'
|
||||
|
||||
module Devise
|
||||
module Models
|
||||
# Creates configuration values for Devise and for the given module.
|
||||
|
@ -106,3 +104,5 @@ module Devise
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
require 'devise/models/authenticatable'
|
Loading…
Add table
Reference in a new issue