Class: Loga::Railtie::InitializeInstrumentation

Inherits:
Object
  • Object
show all
Defined in:
lib/loga/railtie.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.callObject



151
152
153
# File 'lib/loga/railtie.rb', line 151

def self.call
  new.call
end

Instance Method Details

#callObject



155
156
157
158
159
# File 'lib/loga/railtie.rb', line 155

def call
  ensure_subscriptions_attached
  subscribe_to_action_mailer
  remove_log_subscriptions
end