diff options
Diffstat (limited to 'app/controllers/user_controller.rb')
| -rw-r--r-- | app/controllers/user_controller.rb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb deleted file mode 100644 index b30ac7f..0000000 --- a/app/controllers/user_controller.rb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | class UserController < ApplicationController | ||
| 2 | def index | ||
| 3 | end | ||
| 4 | |||
| 5 | def new | ||
| 6 | end | ||
| 7 | |||
| 8 | def create | ||
| 9 | end | ||
| 10 | |||
| 11 | def edit | ||
| 12 | end | ||
| 13 | |||
| 14 | def update | ||
| 15 | end | ||
| 16 | |||
| 17 | def show | ||
| 18 | end | ||
| 19 | |||
| 20 | def destroy | ||
| 21 | end | ||
| 22 | |||
| 23 | end | ||
