HI!
I have 2 models (User,Comp) and 2 Controllers (users_controller,comps_controller).Users & Comps table have no relationship.They are independent of one another.Now i have a login View where there are four things {1} Input box for Username, {2} Input box for Password , {3} Select box for installed Company Names and {4} a submit button.
Now, Login View is generated from login action in the...
