RedHatInsights / insights-api-common-rails

Header, Encryption, RBAC, Serialization, Pagination and other common behavior for Insights microservices built with Rails
Apache License 2.0
3 stars 25 forks source link

Move group validation to separate class and add specs #164

Closed eclarizio closed 4 years ago

eclarizio commented 4 years ago

As discussed in Catalog PR https://github.com/RedHatInsights/catalog-api/pull/596, this change should probably live here since it will be used by both Catalog and Approval.

@mkanoor @syncrou @gmcculloug Please Review.