For example, if you specify specific areas for the Task class, is there a way to find all the area names for this class?
I am looking for something like:
Task.scope_names
which outputs something like:
["completed", "uncompleted", "pending"]
Any ideas on how to do this?
source
share