Remove assignment without effect.

This commit is contained in:
Ciro Santilli 2014-10-03 12:19:31 +02:00
parent a3d90c5045
commit 3960a5a25a

View file

@ -411,7 +411,7 @@ module SharedPaths
end
def project
project = Project.find_by!(name: "Shop")
Project.find_by!(name: 'Shop')
end
# ----------------------------------------