Sha256: b4555f75bb033f70166e014f412b252d64d773baef1757c18dd0299c6339708c
Contents?: true
Size: 289 Bytes
Versions: 42
Compression:
Stored size: 289 Bytes
Contents
require 'resque/server' Rails.application.routes.draw do mount Resque::Server.new, at: '/resque' get '/oauth', to: 'oauth/authorization#authorize' get '/oauth/callback', to: 'oauth/authorization#callback' get '/login', to: 'oauth/authorization#login' root to: 'home#index' end
Version data entries
42 entries across 21 versions & 1 rubygems