1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/test/mailers
Jimmy Bourassa fbb2fc8aa7 Fix AM::Base.default proc arity breaking change
PR #29270 changed the number of arguments that gets passed to Procs
defined in ActionMail::Base.default. With this changeset, Procs can
now have 1 or 0 arguments

Also adds test coverage for AM::Base.default Proc arity.
2017-08-29 09:42:28 -04:00
..
asset_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
base_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
caching_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
delayed_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
params_mailer.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
proc_mailer.rb Fix AM::Base.default proc arity breaking change 2017-08-29 09:42:28 -04:00