summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-01 20:17:12 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-01 20:17:12 -0500
commit045cd52b1098e4d00389ec95eb4c00e1109db2b3 (patch)
treec7337106723e567d68bc0526fa16406196c9bc80 /app/controllers/users_controller.rb
parent5f132648f847d10a9bea18935de1e312e2f1cd0a (diff)
users_controller.rb
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb6
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