ruby on rails - Users and User Session -


i'm looking @ dependencies model , users_session class 1 has no dependencies. should there it?

this how usersession class looks in app using authlogic:

class usersession < authlogic::session::base end 

and no, doesn't contain explicit relationships. logic instead contained in authlogic::session::base. don't need worry relationships.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -