Class: NewRelic::Control::Frameworks::Padrino

Inherits:
Ruby
  • Object
show all
Defined in:
lib/new_relic/control/frameworks/padrino.rb

Instance Method Summary collapse

Instance Method Details

#init_config(options) ⇒ Object



5
6
7
8
# File 'lib/new_relic/control/frameworks/padrino.rb', line 5

def init_config(options)
  super
  self['app_name'] ||= 'Padrino Application'
end