mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add new post form
This commit is contained in:
@@ -13,4 +13,6 @@ Rails.application.routes.draw do
|
||||
devise_for :users
|
||||
|
||||
resources :boards, only: [:show]
|
||||
|
||||
post '/posts', to: 'posts#create'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user