mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
4 lines
61 B
Ruby
4 lines
61 B
Ruby
class User < ActiveRecord::Base
|
|
acts_as_devisable :all
|
|
end
|