Sha256: 951421aa5fe86d6ffbd77cacbaf5624c0d03eb24a900ce64e1dbb53178e2304a
Contents?: true
Size: 386 Bytes
Versions: 5
Compression:
Stored size: 386 Bytes
Contents
# This is a template for the Route file OmniauthDemo::Application.routes.draw do # The priority is based upon order of creation: # first created -> highest priority. #add our oauth redirect route - qw match '/auth/:provider/callback', :to => 'sessions#create' match '/auth/failure', :to => 'sessions#fail' end #TODO, need to dynamically add to the Application's Route class.
Version data entries
5 entries across 5 versions & 1 rubygems