Answers for "rails check routes"

2

check current route rails

current_uri = request.env['PATH_INFO']
Posted by: Guest on March-12-2021
0

rails check routes in console

# app directory
rake routes
# console
app.post_path
Posted by: Guest on December-29-2021

Browse Popular Code Answers by Language