]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/api_ability.rb
Merge pull request #2427 from mmd-osm/patch/remove_expand_bbox
[rails.git] / app / abilities / api_ability.rb
index 217fe9713c8745f0c666e261389175e883425834..62cd2b17ebbd41ad9408ebcfc5730134991b3506 100644 (file)
@@ -37,7 +37,7 @@ class ApiAbility
         can [:index, :show, :update, :update_all, :destroy], UserPreference
 
         if user.terms_agreed?
-          can [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox], Changeset
+          can [:create, :update, :upload, :close, :subscribe, :unsubscribe], Changeset
           can :create, ChangesetComment
           can [:create, :update, :delete], Node
           can [:create, :update, :delete], Way