]>
cat aescling's git repositories - mastodon.git/blob - app/controllers/auth/sessions_controller.rb
1 class Auth
::SessionsController < Devise
::SessionsController
2 include Devise
::Controllers::Rememberable
14 def after_sign_in_path_for(_resource
)
15 last_url
= stored_location_for(:user)
17 if [about_path
].include?(last_url
)
This page took 0.080995 seconds and 5 git commands to generate.