5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-28 05:06:08 +00:00

devolver una string

This commit is contained in:
f 2021-12-23 22:47:15 -03:00
parent 4e461e7af6
commit 36cf199548

View file

@ -68,7 +68,7 @@ class DeployLocal < Deploy
end
def yarn_cache_dir
Rails.root.join('_yarn_cache')
Rails.root.join('_yarn_cache').to_s
end
def yarn_lock