<%= form_for @changeset, Routes.feed_path(@conn, :create), fn form -> %>
<%= text_input form, :feed_url %>
<%= submit "Create Feed" %>
<% end %>