NoMethodError - неопределенный метод `dry_run 'для #
Проблема с Рупшем до сих пор не выявляется.
NoMethodError - неопределенный метод dry_run' for #<Rpush::Client::ActiveRecord::Gcm::Notification:0x00007f7ae62dd3a0>:
app/controllers/mobile_controller.rb:89:in
push_notification 'app / controllers / mobile / prospect_quotes_controller.rb: 189: in notify'
app/controllers/mobile/prospect_quotes_controller.rb:69:in
accept'
Started POST "/ __ better_errors / e5b004de0db67afb / variable для переменных127.0.0.1 в 2019-10-03 14:53:45 + 0530
Код:
# Android push notification
n = Rpush::Gcm::Notification.new
n.app = Rpush::Gcm::App.find_by_name("android_app")
n.registration_ids = user.device_tokens.pluck(:token)
n.data = { message: message, title: title, body: body }
n.priority = 'high' # Optional, can be either 'normal' or 'high'
n.content_available = true # Optional
n.save