From db722968c6a4c70ba06ca73e08f6d30546f7c9b1 Mon Sep 17 00:00:00 2001 From: chiu Date: Fri, 23 Aug 2019 15:30:01 +0800 Subject: [PATCH] 123 --- app/views/admin/testings/_hello.html.erb | 1 + app/views/admin/testings/hello.html.erb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 app/views/admin/testings/_hello.html.erb diff --git a/app/views/admin/testings/_hello.html.erb b/app/views/admin/testings/_hello.html.erb new file mode 100644 index 0000000..1d073fd --- /dev/null +++ b/app/views/admin/testings/_hello.html.erb @@ -0,0 +1 @@ +<%= @trash %> diff --git a/app/views/admin/testings/hello.html.erb b/app/views/admin/testings/hello.html.erb index a13b1e6..1c3ec22 100644 --- a/app/views/admin/testings/hello.html.erb +++ b/app/views/admin/testings/hello.html.erb @@ -1,4 +1,3 @@

Hello Worlds

HOLA

<%= render 'hello' %> -<%= @trash %>