reload_routes!()
Reload application routes regardless if they changed or not.
# File railties/lib/rails/application.rb, line 158 def reload_routes! if routes_reloader.execute_unless_loaded routes_reloader.loaded = false else routes_reloader.reload! end end