mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Add Admin class
This commit is contained in:
6
app/models/admin.rb
Normal file
6
app/models/admin.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class Admin < ActiveRecord::Base
|
||||
# Include default devise modules. Others available are:
|
||||
# :confirmable, :lockable, :timeoutable and :omniauthable
|
||||
devise :database_authenticatable,
|
||||
:recoverable, :rememberable, :trackable, :validatable
|
||||
end
|
||||
Reference in New Issue
Block a user