Fixing FanOutOnWriteService, fixing Sidekiq not having enough DB connections
in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding admin status to users
This commit is contained in:
@ -7,4 +7,8 @@ class User < ActiveRecord::Base
|
||||
validates :account, presence: true
|
||||
|
||||
has_many :oauth_applications, class_name: 'Doorkeeper::Application', as: :owner
|
||||
|
||||
def admin?
|
||||
self.admin
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user