aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assets/javascripts/cable/subscriptions.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Move the subscription factory method from the consumer to the subscriptions ↵David Heinemeier Hansson2015-07-081-0/+5
| | | | collection
* Rename SubscriptionManager/Subscriber -> SubscriptionsDavid Heinemeier Hansson2015-07-081-0/+41
This matches the server-side setup and is more consistent.