diff options
Diffstat (limited to 'app/views/user')
| -rw-r--r-- | app/views/user/create.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/destroy.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/edit.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/index.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/new.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/show.html.erb | 2 | ||||
| -rw-r--r-- | app/views/user/update.html.erb | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/app/views/user/create.html.erb b/app/views/user/create.html.erb deleted file mode 100644 index 4ceeba11..00000000 --- a/app/views/user/create.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#create</h1> | ||
| 2 | <p>Find me in app/views/user/create.html.erb</p> | ||
diff --git a/app/views/user/destroy.html.erb b/app/views/user/destroy.html.erb deleted file mode 100644 index a328fb9b..00000000 --- a/app/views/user/destroy.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#destroy</h1> | ||
| 2 | <p>Find me in app/views/user/destroy.html.erb</p> | ||
diff --git a/app/views/user/edit.html.erb b/app/views/user/edit.html.erb deleted file mode 100644 index 21cbe9f3..00000000 --- a/app/views/user/edit.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#edit</h1> | ||
| 2 | <p>Find me in app/views/user/edit.html.erb</p> | ||
diff --git a/app/views/user/index.html.erb b/app/views/user/index.html.erb deleted file mode 100644 index c825aaff..00000000 --- a/app/views/user/index.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#index</h1> | ||
| 2 | <p>Find me in app/views/user/index.html.erb</p> | ||
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb deleted file mode 100644 index 8e6ddd52..00000000 --- a/app/views/user/new.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#new</h1> | ||
| 2 | <p>Find me in app/views/user/new.html.erb</p> | ||
diff --git a/app/views/user/show.html.erb b/app/views/user/show.html.erb deleted file mode 100644 index 301bd6e3..00000000 --- a/app/views/user/show.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#show</h1> | ||
| 2 | <p>Find me in app/views/user/show.html.erb</p> | ||
diff --git a/app/views/user/update.html.erb b/app/views/user/update.html.erb deleted file mode 100644 index 01ff3a60..00000000 --- a/app/views/user/update.html.erb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <h1>User#update</h1> | ||
| 2 | <p>Find me in app/views/user/update.html.erb</p> | ||
