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 `rep_name` and `rep_email` to CodeSchool #337

Closed nagano564 closed 6 years ago

nagano564 commented 6 years ago

Description of changes

Add rep_name (string) to the CodeSchool table Add rep_email (string) to the CodeSchool table Add attrs to serializer Add attrs to strong params Update apiary docs Add spec illustrating presence Add attrs to factory Add attrs to associated active admin resource

Issue Resolved

Fixes #332

hpjaj commented 6 years ago

@nagano564 - this PR has a bunch of commits from the pundit/cancancan pr. Perhaps try pulling down the current version of master, and rebase on it?

nagano564 commented 6 years ago

Ok. I will try and figure out what is going on tomorrow. what about the last two commits though. How do they look?