Add dropzone component

This commit is contained in:
Youngkyun Kim
2016-08-22 08:35:24 +00:00
parent 7a757e10b1
commit c518b669ea
6 changed files with 51 additions and 1964 deletions

View File

@@ -11,9 +11,9 @@ Rails.application.routes.draw do
root 'plainpage#index'
get 'index' => 'plainpage#index'
get 'dashboard' => 'plainpage#dashboard'
get 'volumn/info' => 'volumn#info'
# Example of regular route:
# get 'products/:id' => 'catalog#view'