This commit is contained in:
f 2021-04-10 13:17:24 -03:00
parent b60dff4df4
commit b9f7dc4826

View file

@ -40,7 +40,7 @@ class Deploy < ApplicationRecord
end
def gems_dir
@gems_dir ||= Rail.root.join('_storage', 'gems', site.name)
@gems_dir ||= Rails.root.join('_storage', 'gems', site.name)
end
# Corre un comando y devuelve true si terminó correctamente