How to force rails 4 to reload all route files? That is without having to restart the application to make the routes from /config/routes/.rb get loaded*
You can use:
Rails.application.reload_routes!
You can read about it here (will have to use find)
find