examples/simple-poller/config/routes.rb in hyper-mesh-0.5.0 vs examples/simple-poller/config/routes.rb in hyper-mesh-0.5.1
- old
+ new
@@ -1,5 +1,5 @@
Rails.application.routes.draw do
get 'test', to: 'test#app'
- mount ReactiveRecord::Engine => '/rr'
+ mount HyperMesh::Engine => '/rr'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end