instance method
routed?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
routed?()
Returns true if the engine ships with a routing file
Source
# File railties/lib/rails/plugin.rb, line 70
def routed?
File.exist?(routing_file)
end
Defined in railties/lib/rails/plugin.rb line 70
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Plugin