Gives admins the ability to conduct CRUD actions on the Scholarship and ScholarshipApplication
models. Currently this has to be done through prod's rails console.
Adds a Resource for Scholarship to ActiveAdmin
Adds a Resource for ScholarshipApplication to ActiveAdmin
Updates ability.rb with the proper permissions
Description of changes
Gives admins the ability to conduct CRUD actions on the Scholarship and ScholarshipApplication models. Currently this has to be done through prod's rails console.
Adds a Resource for Scholarship to ActiveAdmin Adds a Resource for ScholarshipApplication to ActiveAdmin Updates ability.rb with the proper permissions
Issue Resolved
Fixes #349