Removing grape and adding devise
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class User < ActiveRecord::Base
|
||||
devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable
|
||||
|
||||
belongs_to :account, inverse_of: :user
|
||||
|
||||
validates :account, presence: true
|
||||
end
|
||||
|
Reference in New Issue
Block a user