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 CodeSchool & Location resources to ActiveAdmin #294

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Feature

Why is this feature being added?

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

What should your feature do?

Here are the ActiveAdmin docs: https://activeadmin.info/documentation.html

Here is a sample implementation of a Resource in our codebase: https://github.com/OperationCode/operationcode_backend/blob/master/app/admin/user.rb