Sha256: 75515d0dda4a5dfa774c1535103b20668d23098cc6d1c8a3e9fa469c0ba8eb25
Contents?: true
Size: 308 Bytes
Versions: 15
Compression:
Stored size: 308 Bytes
Contents
Rails.application.routes.draw do resources :authentications, :controller => 'muck/authentications' match '/auth/:provider/callback' => 'muck/authentications#create', :controller => 'muck/authentications' match '/auth/failure' => 'muck/authentications#failure', :controller => 'muck/authentications' end
Version data entries
15 entries across 15 versions & 1 rubygems