Improve tracks CRUD
* Add index, edit and update action; * Add _form partial; * Add link to tracks/index in nav; * Refactor specs.
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
%ul
|
||||
%li
|
||||
= link_to 'Playlists', playlists_path
|
||||
%li
|
||||
= link_to 'Tracks', tracks_path
|
||||
%li
|
||||
= link_to 'Sign out', signout_path
|
||||
|
||||
|
Reference in New Issue
Block a user