aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/engine.rb
blob: 6c943c79711f9e8fd1d321c7d219693ab52cc698 (plain) (blame)
1
2
3
4
module ActionCable
  class Engine < ::Rails::Engine
  end
end