Merge pull request #300 from sobrinho/master

Add a macro for complexes multiparts
This commit is contained in:
Blake Erickson
2021-03-06 10:22:54 -07:00
committed by GitHub
7 changed files with 110 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
TestApp::Application.routes.draw do
post '/blogs/multipart', to: 'blogs#multipart_create'
post '/blogs/flexible', to: 'blogs#flexible_create'
post '/blogs/alternate', to: 'blogs#alternate_create'
resources :blogs