New something

<%= error_messages_for :something %> <% form_for(:something, :url => somethings_path) do |f| %>

Title
<%= f.text_field :title %>

<%= submit_tag "Create" %>

<% end %> <%= link_to 'Back', somethings_path %>