Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created October 31, 2011 02:29
Show Gist options
  • Select an option

  • Save jaysonrowe/1326780 to your computer and use it in GitHub Desktop.

Select an option

Save jaysonrowe/1326780 to your computer and use it in GitHub Desktop.
Original Micropost Code (without countdown)
<%= form_for @micropost do |f| %>
<%= render 'shared/error_messages', :object => f.object %>
<div class="field">
<%= f.text_area :content %>
</div>
<div class="actions">
<%= f.submit "Submit" %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment