5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
= form_for @playlist do |f|
|
|
= f.label :name
|
|
= f.text_field :name
|
|
= f.submit 'Create'
|