diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-01 20:17:12 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-01 20:17:12 -0500 |
commit | 045cd52b1098e4d00389ec95eb4c00e1109db2b3 (patch) | |
tree | c7337106723e567d68bc0526fa16406196c9bc80 /app/controllers | |
parent | 5f132648f847d10a9bea18935de1e312e2f1cd0a (diff) |
users_controller.rb
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/users_controller.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb new file mode 100644 index 0000000..ebcc3ac --- /dev/null +++ b/app/controllers/users_controller.rb @@ -0,0 +1,6 @@ +class UsersController < ApplicationController + + def new + end + +end |