app/models/admin_set.rb in hyrax-3.0.0.pre.rc2 vs app/models/admin_set.rb in hyrax-3.0.0.pre.rc3
- old
+ new
@@ -15,10 +15,10 @@
# @see Hyrax::AdminSetService
# @see Hyrax::Forms::PermissionTemplateForm for validations and creation process
# @see Hyrax::DefaultAdminSetActor
# @see Hyrax::ApplyPermissionTemplateActor
class AdminSet < ActiveFedora::Base
- include Hydra::AccessControls::WithAccessRight
+ include Hydra::AccessControls::Permissions
include Hyrax::Noid
include Hyrax::HumanReadableType
include Hyrax::HasRepresentative
DEFAULT_ID = 'admin_set/default'