Have you tried setting a layout? If you need to set an explicit layout, just override the UserController in your application (read the Engines documentation for more details) and add a line like:
layout "my_layout_which_includes_partials_etc" - james On 2/13/06, Mike Mikolajczyk <[EMAIL PROTECTED]> wrote: > I installed the login_engine and all works fine but when I log in I am > redirected to a login page which looks like it's not part of my site > because it has different formatting and none of my headings ( partials > on top of page ). Is there a way for me to include say the login page or > the edit account page inside of my own views? I tried render(:file) but > that didn't work, there must be some smart way of doing this. > Thanks, > Mike > > -- > 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
