Skip to content

Instantly share code, notes, and snippets.

@DriesS
Created December 8, 2010 11:26
Show Gist options
  • Save DriesS/733161 to your computer and use it in GitHub Desktop.
Save DriesS/733161 to your computer and use it in GitHub Desktop.
xml.Cell do
xml.Data number_with_precision( product.sales_per_day(product.sales.last.start_date.to_date), :precision => 3 ) unless product.sales.last.nil? rescue 'N/A', 'ss:Type' => 'Number'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment