method

run_preparation_callbacks

rails latest stable - Class: Dispatcher

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

run_preparation_callbacks()
private

No documentation available.

# File railties/lib/dispatcher.rb, line 128
      def run_preparation_callbacks
        return if preparation_callbacks_run?
        preparation_callbacks.each { |_, callback| callback.call }
        self.preparation_callbacks_run = true
      end