How do you add associations to the User model when using the login_engine??<br><br>I have found that if I use my own User class in models/user.rb I will have to overwrite all the functions in the login_engines model<br><br>
this seems a redundat waste...<br><br>but I need to add a has_one association to my User like so:<br><br>class User < ActiveRecord::Base<br> has_one :tile_stat, :dependent => :destroy<br>end<br clear="all"><br>any tips?
<br><br>cheers<br><br>dion<br><br>-- <br><br><a href="http://www.blogsaic.com">www.blogsaic.com</a><br>search, post, blog