1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/generators/erb
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
..
controller applies new string literal convention in railties/lib 2016-08-06 19:15:47 +02:00
mailer self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
scaffold Privatize unneededly protected methods in Railties 2016-12-25 02:11:40 +09:00