Skip to content

Instantly share code, notes, and snippets.

@jtadeulopes
Created August 25, 2009 14:31
Show Gist options
  • Select an option

  • Save jtadeulopes/174707 to your computer and use it in GitHub Desktop.

Select an option

Save jtadeulopes/174707 to your computer and use it in GitHub Desktop.
<% semantic_form_for @post do |form| %>
<% form.inputs :name => "Basic", :id => "basic" do %>
<%= form.input :title %>
<%= form.input :cpf, :mask => '999.999.999-99' %>
<%= form.input :cep, :mask => '99.999-999' %>
<% end %>
<% form.buttons do %>
<%= form.commit_button %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment