Sha256: 2401a4d9f89ce9f0e24bb67ed4f18630c6f510c1346f829b9c823f3071f66f09
Contents?: true
Size: 1.07 KB
Versions: 20
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding : utf-8 -*- #KirguduBase::Engine.routes.draw do # # match "/auth/:provider/callback" => 'kirgudu_base/authentications#create' # match "/logout" => 'kirgudu_base/authentications#logout' # match "/login" => 'kirgudu_base/authentications#login' # match "/register" => 'kirgudu_base/authentications#register' # match "/delete" => 'kirgudu_base/authentications#delete' # #end Rails.application.routes.draw do # get "/auth/:provider/callback" => 'kirgudu_base/authentications#create' # post "/auth/:provider/callback" => 'kirgudu_base/authentications#create' # # post "/logout" => 'kirgudu_base/authentications#logout' # # get "/login" => 'kirgudu_base/authentications#login' # post "/login" => 'kirgudu_base/authentications#login_do' # # get "/register" => 'kirgudu_base/authentications#register' # post "/register" => 'kirgudu_base/authentications#register_do' # # # post "/delete" => 'kirgudu_base/authentications#delete' # # get "forgot-password" => "web/authentications#forgot_password" # post "forgot-password" => "web/authentications#send_password" end
Version data entries
20 entries across 20 versions & 1 rubygems