# File lib/revelry/content/admin_concern.rb, line 9 def check_authorization throw "Unauthorized" unless Revelry::Content.config.authorize(self) end