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/templates
Prathamesh Sonpatki d0023deb74
Generate cable.js file if does not exist when generating channel
- Before this, while generating a channel, we were not creating
  `cable.js` if it does not already exist.
- We have similar code for application mailer here -
  0b3ae023d2.
- Based on the comment -
  https://github.com/rails/rails/issues/24418#issuecomment-205421995.
2016-04-12 22:49:38 +05:30
..
application_cable Generate ApplicationCable files if they do not already exist 2016-02-22 20:46:06 -05:00
assets Generate cable.js file if does not exist when generating channel 2016-04-12 22:49:38 +05:30
channel.rb don’t explicitly mention EventMachine [ci skip] 2016-02-05 21:52:59 +09:00