Displaying 1 result from an estimated 1 matches for "user_cotnrol".
Did you mean:
  ser_control
  
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller
    class UserController < ApplicationController
    def authenticate
     	if request.post?
    		#User.new(params[:userform]) will create a new object of User,
retrieve values from the form and store it variable @user.
    		@user = User.new(params[:userform])
    		#@user = User.find_by_i...