after_do icon indicating copy to clipboard operation
after_do copied to clipboard

Is it possible to define it to fire before or after every method in the class?

Open dmitrypol opened this issue 8 years ago • 0 comments

Same for the classes that inherit from base class. Let's say I want something to fire before every method call in every model. How would I add it ApplicationRecord?

Same for ApplicationJob or ApplicationController, etc.

dmitrypol avatar Sep 30 '16 00:09 dmitrypol