X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9ced230fe1cdd18190c4a296d0cc2293bfb1980a..060c686c1923534d2899ee129cc740e0f2fa7c9f:/app/controllers/user_preferences_controller.rb diff --git a/app/controllers/user_preferences_controller.rb b/app/controllers/user_preferences_controller.rb index 0aa2e8d52..915c847de 100644 --- a/app/controllers/user_preferences_controller.rb +++ b/app/controllers/user_preferences_controller.rb @@ -2,8 +2,9 @@ class UserPreferencesController < ApplicationController skip_before_action :verify_authenticity_token before_action :authorize - before_action :require_allow_read_prefs, :only => [:read_one, :read] - before_action :require_allow_write_prefs, :except => [:read_one, :read] + + authorize_resource + around_action :api_call_handle_error ##