Fabian asked:

Is there a way to get a collection of every Og

Tags: og 0.28 0.29

original question by dcnstrct

(1 attempts)

Fabian answered:

Quote of Bryan:

Do you mean of all the classes currently managed by Og? In current 0.28.0,

managed_classes = Og::Manager.managers.collect {|m| m.managed_classes}.flatten
In pending 0.29.0 (tomorrow unless delayed),
managed_classes = Og::Manager.managed_classes

Rating: 4