Sha256: d6baab2ab46052db925914ac4e5e7b1f32b3e245250b398a5021abaf96c0e3b2
Contents?: true
Size: 362 Bytes
Versions: 5
Compression:
Stored size: 362 Bytes
Contents
ReactiveRecord::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
5 entries across 5 versions & 2 rubygems