Actions
<%= button_to "Generate New Art", "#",
method: :post,
data: {
controller: "generate-art",
action: "generate-art#generate",
city_id: @weather_art.city.id
},
class: "btn btn-primary" %>
<%= link_to "Edit City", edit_city_path(@weather_art.city), class: "btn btn-secondary" %>