Skip to content

Instantly share code, notes, and snippets.

@zachlatta
Last active December 17, 2015 16:39
Show Gist options
  • Save zachlatta/547fce8817d07b24296d to your computer and use it in GitHub Desktop.
Save zachlatta/547fce8817d07b24296d to your computer and use it in GitHub Desktop.
def valid_template_hash?(template_hash)
true unless template_hash["message"] == "Not Found"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment