1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/rails/generators/job
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 Offer invitations to use retry_on/discard_on for common cases 2016-08-04 14:57:10 -07:00
job_generator.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00