Sha256: 30d5475addf6c66e45a5b00a740782e6aef6bb556918c98c9d0630b2f2a4f218
Contents?: true
Size: 228 Bytes
Versions: 17
Compression:
Stored size: 228 Bytes
Contents
Devise::Oauth2::Engine.routes.draw do root :to => "authorizations#new" resources :authorizations, :only => :create match 'authorize' => 'authorizations#new', :via => [:get, :post] resource :token, :only => :create end
Version data entries
17 entries across 17 versions & 1 rubygems