class method
self.prepare_pattern
Ruby on Rails 8.0.4
Since v6.0.6 PrivateSignature
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