Add filter by post status

This commit is contained in:
riggraz
2019-09-03 12:58:44 +02:00
parent 0618974543
commit 88096b2262
9 changed files with 320 additions and 93 deletions

View File

@@ -16,4 +16,5 @@ Rails.application.routes.draw do
post '/posts', to: 'posts#create'
get '/posts', to: 'posts#index_by_board_id'
get '/post_statuses', to: 'post_statuses#index'
end