Class: LogjamAgent::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/logjam_agent/railtie.rb

Instance Method Summary collapse

Instance Method Details

#logjam_log_path(app) ⇒ Object



12
13
14
# File 'lib/logjam_agent/railtie.rb', line 12

def logjam_log_path(app)
  app.config.paths['log'].first.to_s
end