examples/action-cable/config/routes.rb in hyper-mesh-0.5.3 vs examples/action-cable/config/routes.rb in hyper-mesh-0.5.4

- old
+ new

@@ -1,5 +1,5 @@ Rails.application.routes.draw do get 'test', to: 'test#app' - mount HyperMesh::Engine => '/rr' + mount Hyperloop::Engine => '/rr' # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end