Skip to content

Instantly share code, notes, and snippets.

@oliverbarnes
Created January 22, 2010 23:02
Show Gist options
  • Save oliverbarnes/284269 to your computer and use it in GitHub Desktop.
Save oliverbarnes/284269 to your computer and use it in GitHub Desktop.
<% form.input :cellphone do %>
<%= form.input :area_code %>
<%= form.input :number %>
#perhaps even for extensions
<%= form.input :extension %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment