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

Add the act_as_taggable_on mixin to API::Common #158

Closed agrare closed 4 years ago

agrare commented 4 years ago

This adds the act_as_taggable_on mixin from topology to Insights::API::Common to be shared by other projects.

Ref: https://github.com/RedHatInsights/sources-api/pull/177