Created
January 7, 2013 16:54
-
-
Save davydotcom/4476513 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%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