The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

10 lignes
211 B

  1. class Oauth::AuthorizationsController < Doorkeeper::AuthorizationsController
  2. before_action :store_current_location
  3. private
  4. def store_current_location
  5. store_location_for(:user, request.url)
  6. end
  7. end