= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
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