Add basic playlists management
* Index of playlists * Create a new playlist * Basic playlist model with mandatory name
This commit is contained in:
4
app/views/playlists/index.html.haml
Normal file
4
app/views/playlists/index.html.haml
Normal file
@@ -0,0 +1,4 @@
|
||||
= link_to 'Create playlist', new_playlist_path
|
||||
%ul
|
||||
- @playlists.each do |p|
|
||||
%li= p.name
|
Reference in New Issue
Block a user