Add Rental Policies and Limits
[cs356-p2-videostore.git] / app / controllers / login_controller.rb
index 7ca9b85..53cd00b 100644 (file)
@@ -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