Ask A Question
Notifications
You’re not receiving notifications from this thread.
Redirect To Current Page After Login Discussion
Discussion for Redirect To Current Page After Login
I can understand this episode.But I have a question.
if I add this code to posts_controller.rb. how to redirect the current page after we login
# posts_controller.rb
before_action :authenticate_user!, except: [:index, :show]