method

__callback_runner_name

__callback_runner_name(key, kind)
public

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 413
      def __callback_runner_name(key, kind)
        "_run__#{self.name.hash.abs}__#{kind}__#{key.hash.abs}__callbacks"
      end