Sha256: b65dca5f560d76b7f26a29b3f917192c5a78e79fd37967cfddfd3c110d4599cf
Contents?: true
Size: 345 Bytes
Versions: 12
Compression:
Stored size: 345 Bytes
Contents
Rails.application.routes.draw do resources :imports, only: %i(index create) get '/download', to: 'imports#download_example' resources :properties get '/oauth', to: 'oauth/authorization#authorize' get '/oauth/callback', to: 'oauth/authorization#callback' get '/login', to: 'oauth/authorization#login' root to: 'imports#index' end
Version data entries
12 entries across 12 versions & 1 rubygems