From 56a16be5fb51d8f6a8b04e9e7094aa7c57fb8547 Mon Sep 17 00:00:00 2001 From: hellekin Date: Tue, 6 Oct 2020 04:26:25 +0200 Subject: First pass at something visible This is a first version of the application, to go beyond simple authentication. --- app/views/users/show.html.erb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/users/show.html.erb (limited to 'app/views/users/show.html.erb') diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb new file mode 100644 index 0000000..95ca059 --- /dev/null +++ b/app/views/users/show.html.erb @@ -0,0 +1,4 @@ +

Users#show

+

Find me in app/views/users/show.html.erb

+ +

Show self information and ways to change stuff.

-- cgit v1.2.3