-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.byebug_history
23 lines (23 loc) · 1.5 KB
/
.byebug_history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
continue
exit
ActionMailer::Base.methods - Object.methods
ActionMailer::Base.methods -Object.methods
ActionMailer::Base.methods
ActionMailer::Base.deliveries
delivered_email
continue
exit
mail(to: '[email protected]', subject: 'k', template_path: 'mailer', template_name: 'notification')
mail(to: '[email protected]', subject: 'k', template_path: 'mailer2', template_name: 'notification')
mail(to: '[email protected]', subject: 'k', template_path: 'mailer2')
mail(to: '[email protected]', subject: 'k', template_path: 'mailer')
mail(to: '[email protected]', subject: 'k', template_name: 'mailer')
mail(to: '[email protected]', subject: 'k', template_name: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views/mailer/notification')
mail(to: '[email protected]', subject: 'k', template_path: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views')
mail(to: '[email protected]', subject: 'k', template_path: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views', template_name: 'notification' )
mail(to: '[email protected]', subject: 'k', template_path: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views/mailer', template_name: 'notification' )
mail(to: '[email protected]', subject: 'k', template_path: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views/mailer/', template_name: 'notification' )
mail(to: '[email protected]', subject: 'k', template_path: '/Users/garyanewsome/Projects/savvysoftworks_middleman/remailer/views/mailer/', template_name 'notification' )
mail(to: '[email protected]', subject: 'k', body: 'l')
mail(to: '[email protected]', body: 'l')
mail(to: '[email protected]')