OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Adds new resources to ActiveAdmin for `Scholarship` and `ScholarshipApplication` #355

Closed nagano564 closed 6 years ago

nagano564 commented 6 years ago

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