mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +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