Class: Distribuo::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- Distribuo::Engine
- Defined in:
- lib/distribuo/engine.rb
Class Method Summary collapse
Class Method Details
.mounted_path ⇒ Object
5 6 7 8 9 10 |
# File 'lib/distribuo/engine.rb', line 5 def self.mounted_path route = Rails.application.routes.routes.detect do |route| route.app == self end route && route.path end |