openaustralia/morph

View on GitHub
app/admin/sidekiq.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
# typed: false
# frozen_string_literal: true

ActiveAdmin.register_page "Sidekiq" do
  content do
    iframe src: sidekiq_web_path, width: "100%", height: "1000px"
  end
end