Sha256: 8cbdde0840b3b42da2cd78479df1375c3d92789e058e17b18120fd11ab0696e6
Contents?: true
Size: 183 Bytes
Versions: 10
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true module Panoptic class ProcessesController < ApplicationController def index @hosts = Process.supervisors.includes(:forks) end end end
Version data entries
10 entries across 10 versions & 1 rubygems