This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Rails.application.routes.draw do
|
||||
get 'tags/nico', to: 'nico_tags#index'
|
||||
put 'tags/nico/:id', to: 'nico_tags#update'
|
||||
get 'tags/autocomplete', to: 'tags#autocomplete'
|
||||
get 'tags/name/:name', to: 'tags#show_by_name'
|
||||
get 'posts/random', to: 'posts#random'
|
||||
|
||||
Reference in New Issue
Block a user