From 5faf9807968ce9f7f548474afdc31029e57103dc Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 10 Mar 2023 20:12:55 -0600 Subject: Añade método update al controlador de companies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/storage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/storage.yml') diff --git a/config/storage.yml b/config/storage.yml index 077b15d..4df6bf7 100644 --- a/config/storage.yml +++ b/config/storage.yml @@ -1,7 +1,7 @@ local: service: Disk - #root: <%= Rails.root.join("storage") %> + root: ./storage test: service: Disk - root: <%= Rails.root.join("tmp/storage") %> \ No newline at end of file + root: ./tmp/storage \ No newline at end of file -- cgit v1.2.3