aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/server/configuration.rb
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-02-04 22:33:46 -0500
committerJon Moss <me@jonathanmoss.me>2016-02-24 19:05:03 -0500
commit8b69f1eeba753c38364fb88136b2503480f2de1d (patch)
tree6c855e3aaeaf1de00d6d92da22ae4d1d90785e33 /actioncable/lib/action_cable/server/configuration.rb
parentb5431d7843cc286586a5ed43c1f92e35cacec07e (diff)
downloadrails-8b69f1eeba753c38364fb88136b2503480f2de1d.tar.gz
rails-8b69f1eeba753c38364fb88136b2503480f2de1d.tar.bz2
rails-8b69f1eeba753c38364fb88136b2503480f2de1d.zip
Enable Action Cable routes by default
This also marks Action Cable routes as internal to Rails.
Diffstat (limited to 'actioncable/lib/action_cable/server/configuration.rb')
-rw-r--r--actioncable/lib/action_cable/server/configuration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/server/configuration.rb b/actioncable/lib/action_cable/server/configuration.rb
index ee17bff13b..9a7301287c 100644
--- a/actioncable/lib/action_cable/server/configuration.rb
+++ b/actioncable/lib/action_cable/server/configuration.rb
@@ -6,7 +6,7 @@ module ActionCable
attr_accessor :logger, :log_tags
attr_accessor :connection_class, :worker_pool_size
attr_accessor :disable_request_forgery_protection, :allowed_request_origins
- attr_accessor :cable, :url
+ attr_accessor :cable, :url, :mount_path
attr_accessor :channel_paths # :nodoc: