I'm applying enum on the following attribute: transparency
The same attribute (with enum) is used in two different models: Category
and Post
Is it possible to share the enum values between models, to avoid code duplication:
enum transparency: %w(anonymous private public)