Sha256: 5f27bae0a733e84590557765268c6139cb12750e45d6675a9cca76454f347423

Contents?: true

Size: 208 Bytes

Versions: 39

Compression:

Stored size: 208 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
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
reactive-record-0.7.42 config/routes.rb
reactive-record-0.7.41 config/routes.rb
reactive-record-0.7.40 config/routes.rb
reactive-record-0.7.39 config/routes.rb
reactive-record-0.7.38 config/routes.rb
reactive-record-0.7.37 config/routes.rb
reactive-record-0.7.36 config/routes.rb
reactive-record-0.7.35 config/routes.rb
reactive-record-0.7.34 config/routes.rb
reactive-record-0.7.33 config/routes.rb
reactive-record-0.7.32 config/routes.rb
reactive-record-0.7.31 config/routes.rb
reactive-record-0.7.30 config/routes.rb
reactive-record-0.7.29 config/routes.rb
reactive-record-0.7.28 config/routes.rb
reactive-record-0.7.27 config/routes.rb
reactive-record-0.7.26 config/routes.rb
reactive-record-0.7.25 config/routes.rb
reactive-record-0.7.24 config/routes.rb
reactive-record-0.7.22 config/routes.rb