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.20 config/routes.rb
reactive-record-0.7.19 config/routes.rb
reactive-record-0.7.18 config/routes.rb
reactive-record-0.7.17 config/routes.rb
reactive-record-0.7.16 config/routes.rb
reactive-record-0.7.15 config/routes.rb
reactive-record-0.7.14 config/routes.rb
reactive-record-0.7.13 config/routes.rb
reactive-record-0.7.12 config/routes.rb
reactive-record-0.7.11 config/routes.rb
reactive-record-0.7.10 config/routes.rb
reactive-record-0.7.9 config/routes.rb
reactive-record-0.7.8 config/routes.rb
reactive-record-0.7.7 config/routes.rb
reactive-record-0.7.6 config/routes.rb
reactive-record-0.7.5 config/routes.rb
reactive-record-0.7.4 config/routes.rb
reactive-record-0.7.1 config/routes.rb
reactive-record-0.7.0 config/routes.rb