Move the changes api to its own controller
This commit is contained in:
parent
8383fd0928
commit
d887252eeb
6 changed files with 165 additions and 143 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue