Skip to content

Instantly share code, notes, and snippets.

@kexline4710
Created April 3, 2014 14:47
Show Gist options
  • Save kexline4710/9955720 to your computer and use it in GitHub Desktop.
Save kexline4710/9955720 to your computer and use it in GitHub Desktop.
# in vendor model
def yelp_data_available?
yelp_id && rating_image_url && review_count
end
# in biography view
- if vendor.yelp_data_available?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment