X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/36817f777c502a5a044e82fc3e3ca55f5433d66f..5444af981c8c3161ed7991d0fb0fd7463175fc7e:/app/abilities/api_ability.rb diff --git a/app/abilities/api_ability.rb b/app/abilities/api_ability.rb index 54bc8fb4c..074a7f95d 100644 --- a/app/abilities/api_ability.rb +++ b/app/abilities/api_ability.rb @@ -33,7 +33,7 @@ class ApiAbility can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message can [:close, :reopen], Note can [:new, :create], Report - can [:api_create, :api_read, :api_update, :api_delete, :api_data], Trace + can [:create, :show, :update, :destroy, :data], Trace can [:api_details, :api_gpx_files], User can [:read, :read_one, :update, :update_one, :delete_one], UserPreference