Sha256: 76af198fb1d0f22cae58c8ef4393ed6f240fdfe1d3c7ef9e2361e3ea87630a2f

Contents?: true

Size: 357 Bytes

Versions: 4

Compression:

Stored size: 357 Bytes

Contents

HyperMesh::Engine.routes.draw do
  root :to => "reactive_record#fetch", via: :post
  match 'save', to: 'reactive_record#save', via: :post
  match 'destroy', to: 'reactive_record#destroy', via: :post
  match 'syncromesh-subscribe',        to: 'syncromesh#subscribe', via: :get
  match 'syncromesh-read/:subscriber', to: 'syncromesh#read',      via: :get
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyper-mesh-0.5.3 config/routes.rb
hyper-mesh-0.5.2 config/routes.rb
hyper-mesh-0.5.1 config/routes.rb
hyper-mesh-0.5.0 config/routes.rb