aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable.rb')
-rw-r--r--lib/action_cable.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/action_cable.rb b/lib/action_cable.rb
index 968adafc25..62cb9bcf8a 100644
--- a/lib/action_cable.rb
+++ b/lib/action_cable.rb
@@ -18,8 +18,6 @@ require 'redis'
require 'action_cable/engine' if defined?(Rails)
module ActionCable
- VERSION = '0.0.3'
-
autoload :Server, 'action_cable/server'
autoload :Connection, 'action_cable/connection'
autoload :Channel, 'action_cable/channel'