urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

Use passed in device_type variable instead of non-existent instance v… #114

Closed connor-odoherty closed 5 years ago

connor-odoherty commented 5 years ago

What does this do and why?

Uses the passed in device_type string instead of the unset instance variable that is currently used in NamedUser.associate and NamedUser.disassociate.

Before this, attempting to associate a mobile channel ID for iOS devices resulted in a 404

https://github.com/urbanairship/ruby-library/issues/113

Additional notes for reviewers

Testing

Urban Airship Contribution Agreement

https://docs.urbanairship.com/contribution-agreement/

Screenshots