Skip to content

Instantly share code, notes, and snippets.

@ShadowBelmolve
Created April 2, 2009 17:10
Show Gist options
  • Save ShadowBelmolve/89291 to your computer and use it in GitHub Desktop.
Save ShadowBelmolve/89291 to your computer and use it in GitHub Desktop.
%table
%tr
%td
Cliente
%td
= f.select :cliente_id, 0..10, :include_blank => true
- fields_for @venda.venda_item do |i|
%tr
%td
Veículos
%td
= i.text_field :valor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment