Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created September 14, 2016 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnhamelink/0395c139e61e475018dd998249c83d23 to your computer and use it in GitHub Desktop.
Save johnhamelink/0395c139e61e475018dd998249c83d23 to your computer and use it in GitHub Desktop.
def has_ios?
devices.exists?(device_type: :ios)
end
def has_android?
devices.exists?(device_type: :android)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment