#22 完了
This commit is contained in:
@@ -40,6 +40,8 @@ Rails.application.routes.draw do
|
||||
get "post_tags/create"
|
||||
get "post_tags/update"
|
||||
get "post_tags/destroy"
|
||||
post 'posts/:id/viewed', to: 'posts#viewed'
|
||||
delete 'posts/:id/viewed', to: 'posts#unviewed'
|
||||
get "nico_tag_relation/index"
|
||||
get "nico_tag_relation/show"
|
||||
get "nico_tag_relation/create"
|
||||
|
||||
Reference in New Issue
Block a user