AI
Size: a a a
AI
AI
IN
AI
AI
AI
RU
AI
RU
RU
AI
SR
VI
class GatekeeperMailer < ApplicationMailer
default from: 'gatekeeper-no-reply@tnn.ml'
def activation_token_send(email, activation_token)
p '!!!!!!!!!!!! 22222'
# fucking other code
# ...
# ...
GatekeeperMailer.with(
email: user.auth_data.email,
activation_token: user.auth_data.token_activation,
).activation_token_send.deliver_now
ArgumentError in GatekeeperController#register_do
wrong number of arguments (given 0, expected 2)
def activation_token_send(email, activation_token)
CR
class GatekeeperMailer < ApplicationMailer
default from: 'gatekeeper-no-reply@tnn.ml'
def activation_token_send(email, activation_token)
p '!!!!!!!!!!!! 22222'
# fucking other code
# ...
# ...
GatekeeperMailer.with(
email: user.auth_data.email,
activation_token: user.auth_data.token_activation,
).activation_token_send.deliver_now
ArgumentError in GatekeeperController#register_do
wrong number of arguments (given 0, expected 2)
def activation_token_send(email, activation_token)
VI
VI
CR
AI
class GatekeeperMailer < ApplicationMailer
default from: 'gatekeeper-no-reply@tnn.ml'
def activation_token_send(email, activation_token)
p '!!!!!!!!!!!! 22222'
# fucking other code
# ...
# ...
GatekeeperMailer.with(
email: user.auth_data.email,
activation_token: user.auth_data.token_activation,
).activation_token_send.deliver_now
ArgumentError in GatekeeperController#register_do
wrong number of arguments (given 0, expected 2)
def activation_token_send(email, activation_token)
VI
email, activation_token
CR