mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add basic version of Comments component
This commit is contained in:
@@ -14,7 +14,7 @@ Rails.application.routes.draw do
|
||||
|
||||
resources :boards, only: [:show]
|
||||
resources :posts, only: [:index, :create, :show, :update] do
|
||||
resources :comments, only: [:index]
|
||||
resources :comments, only: [:index, :create]
|
||||
end
|
||||
resources :post_statuses, only: [:index]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user