diff options
Diffstat (limited to 'app/views/users')
| -rw-r--r-- | app/views/users/create.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/destroy.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/edit.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/index.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/new.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/show.html.erb | 2 | ||||
| -rw-r--r-- | app/views/users/update.html.erb | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/app/views/users/create.html.erb b/app/views/users/create.html.erb new file mode 100644 index 00000000..48ea02e6 --- /dev/null +++ b/app/views/users/create.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#create</h1> | ||
| 2 | <p>Find me in app/views/users/create.html.erb</p> | ||
diff --git a/app/views/users/destroy.html.erb b/app/views/users/destroy.html.erb new file mode 100644 index 00000000..de4bd263 --- /dev/null +++ b/app/views/users/destroy.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#destroy</h1> | ||
| 2 | <p>Find me in app/views/users/destroy.html.erb</p> | ||
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb new file mode 100644 index 00000000..1881fbdb --- /dev/null +++ b/app/views/users/edit.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#edit</h1> | ||
| 2 | <p>Find me in app/views/users/edit.html.erb</p> | ||
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb new file mode 100644 index 00000000..51968c88 --- /dev/null +++ b/app/views/users/index.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#index</h1> | ||
| 2 | <p>Find me in app/views/users/index.html.erb</p> | ||
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb new file mode 100644 index 00000000..c21a1adf --- /dev/null +++ b/app/views/users/new.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#new</h1> | ||
| 2 | <p>Find me in app/views/users/new.html.erb</p> | ||
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb new file mode 100644 index 00000000..e5fa3adf --- /dev/null +++ b/app/views/users/show.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#show</h1> | ||
| 2 | <p>Find me in app/views/users/show.html.erb</p> | ||
diff --git a/app/views/users/update.html.erb b/app/views/users/update.html.erb new file mode 100644 index 00000000..cabbde17 --- /dev/null +++ b/app/views/users/update.html.erb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | <h1>Users#update</h1> | ||
| 2 | <p>Find me in app/views/users/update.html.erb</p> | ||
