Add: image database table, image test site, image upload support
This commit is contained in:
parent
73d63f92e4
commit
982b72494c
13 changed files with 207 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
Rails.application.routes.draw do
|
||||
namespace :test do
|
||||
resources :images
|
||||
get "images/index"
|
||||
get "images/new"
|
||||
get "images/create"
|
||||
get "images/show"
|
||||
end
|
||||
resources :notes
|
||||
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue