Tag merging UI
This commit is contained in:
@@ -66,6 +66,10 @@ module Adamantium
|
||||
post "/tags/auto_tagging", to: "auto_tagging.create"
|
||||
delete "/tags/auto_taggings/:id", to: "auto_tagging.delete"
|
||||
|
||||
get "/tags/merge", to: "merge_tags.index"
|
||||
get "/tags/merge/:id", to: "merge_tags.new"
|
||||
post "/tags/merge", to: "merge_tags.merge"
|
||||
|
||||
get "/bookmarks", to: "bookmarks.index"
|
||||
delete "/bookmarks/:id", to: "bookmarks.delete"
|
||||
post "/bookmarks/cache/:id", to: "bookmarks.cache"
|
||||
|
Reference in New Issue
Block a user