diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-29 21:17:42 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-29 21:17:42 -0700 |
| commit | 5be36486bd5ea468e70176b3a612d5f2a0e34bd6 (patch) | |
| tree | e28be6cd4fffe1d9ae0c162bbcd77debb1bea75f /app/controllers/admin/users_controller.rb | |
| parent | fbe19ed666cedbee6cccf53dd2c841cba528b1d1 (diff) | |
add admin/users route.
Diffstat (limited to 'app/controllers/admin/users_controller.rb')
| -rw-r--r-- | app/controllers/admin/users_controller.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/admin/users_controller.rb b/app/controllers/admin/users_controller.rb new file mode 100644 index 00000000..72690729 --- /dev/null +++ b/app/controllers/admin/users_controller.rb @@ -0,0 +1,6 @@ +module Admin + class UsersController < ApplicationController + def index + end + end +end |
