Feed Pipeline

<%= form_for @changeset, Routes.pipeline_path(@conn, :create, @feed.id), fn f -> %>
<%= text_input f, :module_name, placeholder: "Frenzy.Pipeline.FilterStage", class: "form-control" %>
<%= number_input f, :index, class: "form-control" %>
<%= textarea f, :options, class: "form-control", rows: 15, style: "font-family: monospace;" %>
<%= submit "Create Stage", class: "btn btn-primary" %>
<% end %>