module DependencyInjectionRails
Constants
- VERSION
Public Class Methods
services_path()
click to toggle source
# File lib/dependency_injection-rails.rb, line 5 def self.services_path @@services_path ||= Rails.root.join('config', 'services.yml') end