method

run_runner_blocks

run_runner_blocks(app)
protected

No documentation available.

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