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