This commit is contained in:
Pete Matsyburka
2024-04-16 14:07:38 +03:00
parent e03857bdb7
commit 16a77d3536
@@ -46,6 +46,8 @@ module Api
return if is_authorized
Rollbar.error('Blob aunauthorized') if defined?(Rollbar)
raise CanCan::AccessDenied
end
end