Skip to content

Instantly share code, notes, and snippets.

@SammyLin
Created April 18, 2012 09:02
Show Gist options
  • Save SammyLin/2412187 to your computer and use it in GitHub Desktop.
Save SammyLin/2412187 to your computer and use it in GitHub Desktop.
<h1>Editing <%= model_name %></h1>
<%= simple_form_for @article, :url => admin_article_path(@article) , :html => {:class => 'form-horizontal' } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment