Sha256: 239e7431558bb7a86fd1d67ffbfbb162c9ba7d5208cdc0f01c6d8a0d8b77d5c9
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
Devise::Oauth2Providable::Engine.routes.draw do scope defaults: {format: 'json'} do root :to => "authorizations#new" resources :authorizations, :only => :create match 'authorize' => 'authorizations#new' resource :token, :only => :create end end
Version data entries
4 entries across 4 versions & 1 rubygems