I have the snippet below in one of my AR models:
after_update :cache_bust
The cache_bust method in the model accepts a parameter (
cache_bust
Short answer is No.You cannot pass any arguments. You could use attr_accessor to create a virtual attribute and set that attribute.