1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib/rails/generators/mailer
Akira Matsuda 5473e390d3 self. is not needed when calling its own instance method
Actually, private methods cannot be called with `self.`, so it's not just redundant, it's a bad habit in Ruby
2017-01-05 19:58:52 +09:00
..
templates remove blank line generated in application_mailer.rb 2016-04-08 06:47:46 +09:00
mailer_generator.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
USAGE Revert "When generating a mailer, you must specify Mailer in the class name in" 2016-02-06 15:02:02 +09:00