You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Is it possible to do that?
I tried smth like that
Yabeda::Rails.on_controller_action do |event, labels|
next unless Rails.configuration.measured_actions.include? "#{labels[:controller]}##{labels[:action]}"
...