1
0
Fork 0
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:
Carlos A. da Silva 2009-10-17 10:25:04 -03:00
parent d87ff26cbd
commit abfb33a040

View file

@ -0,0 +1,3 @@
class Account < ActiveRecord::Base
devise :all
end