Move the changes api to its own controller

This commit is contained in:
Andy Allan 2019-02-24 10:27:48 +01:00
parent 8383fd0928
commit d887252eeb
6 changed files with 165 additions and 143 deletions

View file

@ -8,6 +8,7 @@ class Ability
can [:relation, :relation_history, :way, :way_history, :node, :node_history,
:changeset, :note, :new_note, :query], :browse
can :show, :capability
can :index, :change
can [:index, :feed, :show, :download, :query], Changeset
can :index, ChangesetComment
can :search, :direction