Merge remote-tracking branch 'upstream/pull/5435'

This commit is contained in:
Tom Hughes 2024-12-23 10:26:39 +00:00
commit 967a901be8

View file

@ -5,7 +5,6 @@ module Api
before_action :authorize
before_action :check_api_writable, :only => [:create, :update, :destroy]
before_action :check_api_readable, :except => [:create, :update, :destroy]
authorize_resource