New Article

Find me in app/views/articles/edit.html.erb

<%= form_for @article do |form| %> <%= form.label :title %><%= form.text_field :title %> <%= form.label :url %><%= form.text_field :url %> <%= form.label :body %><%= form.text_area :body %> <%= form.label :author %><%= form.text_field :author %> <% end %>
<%= link_to 'Back', articles_path %> <%= button_to 'Create', :controller => 'articles' %>