mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Adding missing account file.
This commit is contained in:
parent
d87ff26cbd
commit
abfb33a040
1 changed files with 3 additions and 0 deletions
3
test/rails_app/app/models/account.rb
Normal file
3
test/rails_app/app/models/account.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class Account < ActiveRecord::Base
|
||||
devise :all
|
||||
end
|
Loading…
Reference in a new issue