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 %>