Methods
W
Instance Public methods
welcome()
# File actionmailer/test/base_test.rb, line 804
def welcome
  mail(subject: "subject", body: "hello world")
end