An `in_namespace` scope is already present

王权利请求将github/fork/zenati/patch-2合并到master

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.

合并请求报告