UNC-Libraries/hy-c

View on GitHub
app/controllers/roles_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
class RolesController < ApplicationController
  include Hydra::RoleManagement::RolesBehavior

  layout 'hyrax/dashboard'
end