Skip to content

Instantly share code, notes, and snippets.

@davydotcom
Created January 7, 2013 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davydotcom/4476513 to your computer and use it in GitHub Desktop.
Save davydotcom/4476513 to your computer and use it in GitHub Desktop.
<%customizable_form_for @test, :permissions => @current_user do |f|%>
<%=f.arrangeble_fields do%>
<%f.text_field :name%>
<%f.text_field :number%>
<%f.check_box :active%>
<%end%>
<%=field_set_tag "Custom Fields" do%>
<%=f.custom_fields :custom%>
<%end%>
<%=f.submit "Save"%>
<%end%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment