mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add posts and comments to admin panel
This commit is contained in:
@@ -6,6 +6,8 @@ Rails.application.routes.draw do
|
||||
root to: 'boards#index'
|
||||
|
||||
resources :boards
|
||||
resources :comments
|
||||
resources :posts
|
||||
resources :post_statuses
|
||||
resources :users
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user