Extract duplicated code
views/companies/show/_projects.html.erb and views/projects/index/_company_projects.html.erb share some view code. This should be extracted into a separate file and included in both.
Edited by Taico Aerts
views/companies/show/_projects.html.erb and views/projects/index/_company_projects.html.erb share some view code. This should be extracted into a separate file and included in both.