Skip to content

Instantly share code, notes, and snippets.

@gustavoguichard
Last active December 17, 2015 02:09
Show Gist options
  • Save gustavoguichard/5533869 to your computer and use it in GitHub Desktop.
Save gustavoguichard/5533869 to your computer and use it in GitHub Desktop.
Check if image is in directory
def image_url
File.exists?("#{Rails.root}/app/assets/images/cities/#{slug}.jpg") ? "cities/#{slug}.jpg" : "cities/rio-de-janeiro.jpg"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment