Sha256: 67cadb62d9e5caa0b10edef255942c64c06f3f0dfc6b5eccaef6e88bd5b63b63

Contents?: true

Size: 301 Bytes

Versions: 13

Compression:

Stored size: 301 Bytes

Contents

Rails.application.routes.draw do
  match '/rhoconnect/authenticate' => Rhoconnect::Authenticate
  match '/rhoconnect/query' => Rhoconnect::Query
  match '/rhoconnect/create' => Rhoconnect::Create
  match '/rhoconnect/update' => Rhoconnect::Update
  match '/rhoconnect/delete' => Rhoconnect::Delete
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rhoconnect-rb-0.3.2 config/routes.rb
rhoconnect-rb-0.3.1 config/routes.rb
rhoconnect-rb-0.3.0 config/routes.rb
rhoconnect-rb-0.2.9 config/routes.rb
rhoconnect-rb-0.2.8 config/routes.rb
rhoconnect-rb-0.2.7 config/routes.rb
rhoconnect-rb-0.2.6 config/routes.rb
rhoconnect-rb-0.2.5 config/routes.rb
rhoconnect-rb-0.2.4 config/routes.rb
rhoconnect-rb-0.2.3 config/routes.rb
rhoconnect-rb-0.2.2 config/routes.rb
rhoconnect-rb-0.2.1 config/routes.rb
rhoconnect-rb-0.2.0 config/routes.rb