class method
self.prepare_pattern
Ruby on Rails 8.0.5.1
Since v6.0.6.1 Private — implementation detail, not part of the public APISignature
self.prepare_pattern(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/subscriber.rb, line 116
def prepare_pattern(event)
"#{event}.#{namespace}"
end
Defined in activesupport/lib/active_support/subscriber.rb line 116
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Subscriber