method

prepare_pattern

rails latest stable - Class: ActiveSupport::Subscriber
prepare_pattern(event)
private

No documentation available.

# File activesupport/lib/active_support/subscriber.rb, line 115
        def prepare_pattern(event)
          "#{event}.#{namespace}"
        end