Add sdg manager section to admin
Allow a user to become an sdg manager
This commit is contained in:
@@ -307,4 +307,8 @@ describe Abilities::Common do
|
||||
|
||||
it { should_not be_able_to(:read, SDG::Goal) }
|
||||
it { should_not be_able_to(:read, SDG::Target) }
|
||||
|
||||
it { should_not be_able_to(:read, SDG::Manager) }
|
||||
it { should_not be_able_to(:create, SDG::Manager) }
|
||||
it { should_not be_able_to(:delete, SDG::Manager) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user