method

run_runner_blocks

run_runner_blocks(app)
protected

No documentation available.

# File railties/lib/rails/railtie.rb, line 240
      def run_runner_blocks(app) #:nodoc:
        each_registered_block(:runner) { |block| block.call(app) }
      end