Skip to content

Instantly share code, notes, and snippets.

@jimmybaker
Created August 25, 2009 03:33
Show Gist options
  • Save jimmybaker/174423 to your computer and use it in GitHub Desktop.
Save jimmybaker/174423 to your computer and use it in GitHub Desktop.
def title_and_price
"#{title} - #{ActionView::Helpers::NumberHelper.number_to_currency(price)}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment