diff options
| author | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
| commit | 294d058be007c74d2826c53135fb55e5ec885039 (patch) | |
| tree | 72620ce53a658b8d9c284d9936a8c6e8d3aae262 /app | |
| parent | 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (diff) | |
renamed user to users controller
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/users_controller.rb (renamed from app/controllers/user_controller.rb) | 2 | ||||
| -rw-r--r-- | app/helpers/user_helper.rb | 2 | ||||
| -rw-r--r-- | app/helpers/users_helper.rb | 2 | ||||
| -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 | ||||
| -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 |
17 files changed, 17 insertions, 17 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/users_controller.rb index b30ac7f..77ac9ea 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/users_controller.rb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | class UserController < ApplicationController | 1 | class UsersController < ApplicationController |
| 2 | def index | 2 | def index |
| 3 | end | 3 | end |
| 4 | 4 | ||
diff --git a/app/helpers/user_helper.rb b/app/helpers/user_helper.rb deleted file mode 100644 index 0147c3f..0000000 --- a/app/helpers/user_helper.rb +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | module UserHelper | ||
| 2 | end | ||
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb new file mode 100644 index 0000000..2310a24 --- /dev/null +++ b/app/helpers/users_helper.rb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | module UsersHelper | ||
| 2 | end | ||
diff --git a/app/views/user/create.html.erb b/app/views/user/create.html.erb deleted file mode 100644 index 4ceeba1..0000000 --- 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 a328fb9..0000000 --- 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 21cbe9f..0000000 --- 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 c825aaf..0000000 --- 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 8e6ddd5..0000000 --- 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 301bd6e..0000000 --- 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 01ff3a6..0000000 --- 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> | ||
diff --git a/app/views/users/create.html.erb b/app/views/users/create.html.erb new file mode 100644 index 0000000..48ea02e --- /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 0000000..de4bd26 --- /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 0000000..1881fbd --- /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 0000000..51968c8 --- /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 0000000..c21a1ad --- /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 0000000..e5fa3ad --- /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 0000000..cabbde1 --- /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> | ||
