Save track files in new Sound model:
* Consolidate migrations * Add Sound model. Each sound can belong to a track and contains informations about one sound file.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Scube::Application.routes.draw do
|
||||
resources :sounds, :only => [:show]
|
||||
|
||||
resources :users, :only => [:new, :create]
|
||||
|
||||
resources :sessions, :only => [:new, :create]
|
||||
|
Reference in New Issue
Block a user