routed?()
Returns true if the engine ships with a routing file
# File railties/lib/rails/plugin.rb, line 70 def routed? File.exist?(routing_file) end