search for: dbhelper

Displaying 1 result from an estimated 1 matches for "dbhelper".

Did you mean: gdbhelper
2006 Jun 29
1
Problems getting past authentication using functional tests
...ly putting the user id in the cookies. can someone take a look and give me their opinion ? it would be really appreciated. here is the first few lines of my admin controller --------------------------------------------------------------- class AdminController < ApplicationController include DbHelper before_filter :authorize, :except => [ :index, :init ] --------------------------------------------------------------- and here is the code for my login controller --------------------------------------------------------------- class LoginController < ApplicationController include DbHel...