I have an issue with a dynamic active admin scope. I am attempting to create a scope for each \"manager\" of a \"project\" in my app. However, the scopes don\'t seem to up
The solution mentionned by weston Ganger work like a charm. If you don't have a default scope, you can use the all scope as the default one.
scope :all, default: true