Thibault Jouan 33f979b573 Add basic playlists management
* Index of playlists
* Create a new playlist
* Basic playlist model with mandatory name
2011-07-12 00:32:06 +00:00

5 lines
91 B
Plaintext

= form_for @playlist do |f|
= f.label :name
= f.text_field :name
= f.submit 'Create'