New twit

<% form_for(@twit) do |f| %> <%= f.error_messages %>

<%= f.label 'what are you dowing?' %>
<%= f.text_field :text %>

<%= f.submit "twit" %>

<% end %>

Listing twits

.....