|
Hi team, I want to get One dummy solution is passing with controller actions method like def index
render Admin::Users::IndexView.new(path: request.path)
end, but I don't think it is a best practice for this. Thanks in advance! |
Answered by
joelmoss
Mar 30, 2024
Replies: 2 comments 2 replies
|
You can use |
1 reply
Answer selected by
ShawnRong
|
In the next version of |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
helpers.controller.request.path