Method: Newman::Controller#sender

Defined in:
lib/newman/controller.rb

#senderObject

‘Newman::Controller#sender` is used as a convenient shortcut for retrieving the sender’s email address from the request object.



121
122
123
# File 'lib/newman/controller.rb', line 121

def sender
  request.from.first.to_s
end