Skip to content

Instantly share code, notes, and snippets.

@v-kolesnikov
Created October 19, 2015 10:01
Show Gist options
  • Save v-kolesnikov/5d208bd87a40e62370c3 to your computer and use it in GitHub Desktop.
Save v-kolesnikov/5d208bd87a40e62370c3 to your computer and use it in GitHub Desktop.
def client_platform
case request.env['HTTP_USER_AGENT']
when 'ios-app'
:ios
when 'droid-app'
:android
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment