From 861e7d43e320dec770d353b9aeba625ff7573fda Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 28 Feb 2016 08:03:05 +0900 Subject: convert cable.coffee to cable.js In order to eliminate the dependecy of CoffeeScript. --- actioncable/lib/rails/generators/channel/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable') diff --git a/actioncable/lib/rails/generators/channel/USAGE b/actioncable/lib/rails/generators/channel/USAGE index 27a934c689..6249553c22 100644 --- a/actioncable/lib/rails/generators/channel/USAGE +++ b/actioncable/lib/rails/generators/channel/USAGE @@ -3,7 +3,7 @@ Description: Stubs out a new cable channel for the server (in Ruby) and client (in CoffeeScript). Pass the channel name, either CamelCased or under_scored, and an optional list of channel actions as arguments. - Note: Turn on the cable connection in app/assets/javascript/cable.coffee after generating any channels. + Note: Turn on the cable connection in app/assets/javascript/cable.js after generating any channels. Example: ======== -- cgit v1.2.3