Sha256: 6c26e8a9a53052ab5ccdbf82776628974e5af048764070096f5e30cb9ea1ccc5

Contents?: true

Size: 502 Bytes

Versions: 3

Compression:

Stored size: 502 Bytes

Contents

Rails.application.routes.draw do

  match 'oauth/new'           => 'oauth/auth#new',          :as => 'oauth_new'
  match '/oauth/authorize'    => 'oauth/auth#authorize',    :as => 'oauth_authorize'
  match '/oauth/access_token' => 'oauth/auth#access_token', :as => 'oauth_token'

  resources :oauth_docs,                :controller => 'oauth/docs'
  resources :oauth_tests,               :controller => 'oauth/tests'
  resources :oauth_client_applications, :controller => 'oauth/client_application'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opro-0.0.1 config/routes.rb
opro-0.0.1.pre1.0.2 config/routes.rb
opro-0.0.1.pre1.0.1 config/routes.rb