OperationCode / operationcode_backend

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

Add Service resource to admin dashboard #343

Closed nagano564 closed 6 years ago

nagano564 commented 6 years ago

Description of changes

Gives admins the ability to conduct CRUD actions on the Service model. Currently this has to be done through prod's rails console.

Adds a Resource for Service to ActiveAdmin Updates ability.rb with the proper permissions

Issue Resolved

Fixes #342