1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/lib/rails/generators/channel
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 Give importance to rails command in the comment section. 2016-07-13 19:13:05 +05:30
channel_generator.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
USAGE Fix typo in channel generator usage message 2016-12-19 12:31:42 -03:00