Sha256: ad0e2f0b1fc6a2936147895a0cc1ad26a6a9e9e14f76c9ef61ea60f14c10d59f
Contents?: true
Size: 237 Bytes
Versions: 5
Compression:
Stored size: 237 Bytes
Contents
Devise::Oauth2Providable::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
5 entries across 5 versions & 2 rubygems