AlchemyCMS/alchemy_cms

View on GitHub
app/controllers/alchemy/admin/styleguide_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Alchemy
  module Admin
    class StyleguideController < BaseController
      authorize_resource class: :alchemy_admin_styleguide
    end
  end
end