method

get_callbacks

get_callbacks(name)
protected

No documentation available.

# File activesupport/lib/active_support/callbacks.rb, line 784
      def get_callbacks(name)
        send "_#{name}_callbacks"
      end