Removing grape and adding devise
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
module RoutingHelper
|
||||
extend ActiveSupport::Concern
|
||||
include Rails.application.routes.url_helpers
|
||||
include GrapeRouteHelpers::NamedRouteMatcher
|
||||
include ActionView::Helpers::AssetUrlHelper
|
||||
|
||||
included do
|
||||
|
@@ -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