An `in_namespace` scope is already present
Created by: zenati
An in_namespace scope is already present and never used.
See: https://github.com/gitlabhq/gitlabhq/blob/master/app/models/project.rb#L161
Instead of always using where(namespace_id: VALUE), using the scope in_namespace would be appropriate.