The idea is to have 2 separate calls using the code below with different application id to push to different app. And I wish to do this on ruby on rails.
However, when i insert this code into ruby on rails:
auth_hash = { auth: '55555-5555', application: '1234zxcvb' }
Pushwoosh.PushNotification.new(auth_hash).notify_devices(message, devices, other_options)
This error comes out:
undefined method `PushNotification' for Pushwoosh:Module
btw, I dont to use the initializer example as it only works to push to ONE app. I want to push to TWO different app using pushwoosh.