Skip to content

Instantly share code, notes, and snippets.

@rhynix
Created July 8, 2009 15:49
Show Gist options
  • Save rhynix/142927 to your computer and use it in GitHub Desktop.
Save rhynix/142927 to your computer and use it in GitHub Desktop.
<% form_for @post do |form| %>
<%= render :partial => "form", :locales => {:form => form } %>
<%= render :partial => "form", :object => form %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment