Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.0.2) is shown here.
engines()
public
No documentation available.
# File railties/lib/rails/engine/railties.rb, line 12
def self.engines
@engines ||= ::Rails::Engine.subclasses.map(&:instance)
end