Skip to content

Instantly share code, notes, and snippets.

@l4u
Forked from scottharvey/gist:546923
Created April 29, 2011 00:53
Show Gist options
  • Save l4u/947647 to your computer and use it in GitHub Desktop.
Save l4u/947647 to your computer and use it in GitHub Desktop.
def shipping_country_name
shipping_address.try(:country).try(:name)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment