X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fcontrollers%2Flogin_controller.rb;fp=app%2Fcontrollers%2Flogin_controller.rb;h=53cd00b72fba74fbb89a4d911971031c6e67916c;hb=53634274872ef0ba36cbf94e23df4443ea5613d5;hp=7ca9b85d6b6edc3b020831fa4fd79ae72d04215a;hpb=4c53d252acdb264a54a220d29bfb7962f968e891;p=cs356-p2-videostore.git diff --git a/app/controllers/login_controller.rb b/app/controllers/login_controller.rb index 7ca9b85..53cd00b 100644 --- a/app/controllers/login_controller.rb +++ b/app/controllers/login_controller.rb @@ -11,6 +11,10 @@ class LoginController < ApplicationController render :action => 'maintenence' end + def limits + render :action => 'limits' + end + def add_user @user = User.new(params[:user]) if request.post? and @user.save