Path: blob/master/april_18/templates/example-lesson/starter-code/views/artists/new.erb
1906 views
<h2>New Artist</h2> <form action="/artists" method="post"> <label for="artist[name]">Name:</label> <input name="artist[name]"> <label for="artist[photo_url]">Photo URL:</label> <input name="artist[photo_url]"> <label for="artist[nationality]">Nationality:</label> <input name="artist[nationality]"> <input type="submit" value="Create"> </form>