Save 36% for Black Friday! Learn more

New Discussion

Notifications

You’re not receiving notifications from this thread.

Redirect To Current Page After Login Discussion

2
General

exactly what I needed

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]

I click /posts/1/edit when I am not login. it will require me to login. when I login in.I can't redirect_to /posts/1/edit

Join the discussion
Create an account Log in