Class: Distribuo::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/distribuo/engine.rb

Class Method Summary collapse

Class Method Details

.mounted_pathObject



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