For information about adding application-specific functionality to models which are supplied by engines, please read the engines' README (in the engines plugin), and this: http://rails-engines.org/wiki/pages/Why+Models+Don%27t+Act+Like+Controllers
- james On 5/21/06, Joshua Muheim <[EMAIL PROTECTED]> wrote: > Hi all > > I'm trapped with the following problem. > > I'd like to work with the UserEngine engine. Every user has let's say a > Profile model. So they have a 1:1 relationship. > > Now I should declare this relationship in both models. But where do I > have to declare it exactly in the User model? I see they are working > somehow with modules in the engine's lib dir, but how does this work > exactly? I'm quite confused... :-/ > > Thanks for explanation of this topic. :-) > Joshua > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
