5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 07:01:42 +00:00
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 end
def gems_dir def gems_dir
@gems_dir ||= Rail.root.join('_storage', 'gems', site.name) @gems_dir ||= Rails.root.join('_storage', 'gems', site.name)
end end
# Corre un comando y devuelve true si terminó correctamente # Corre un comando y devuelve true si terminó correctamente