class method
self.prepare_pattern
Ruby on Rails 7.0.10
Since v6.0.6 PrivateSignature
self.prepare_pattern(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activesupport/lib/active_support/subscriber.rb, line 113
def prepare_pattern(event)
"#{event}.#{namespace}"
end
Defined in activesupport/lib/active_support/subscriber.rb line 113
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Subscriber