Yup. Have a look at the engines documentation for more info....
On 1/29/06, Piotr Usewicz <[EMAIL PROTECTED]> wrote: > So i just create a normal 'copy' of a Engine controller? I'd like to use > a special template for login action in UserController, so i just setup > an empty UserController and force the action to use a different view? > (using layout method) > > If you want to be able to use your custom layout on only specific > > controllers from within an engine, just create the correctly-named > > controller in your /app/controllers directory, i.e. > > > > /app/controllers/user_controller.rb > > > > class UserController < ApplicationController > > layout :whatever > > end > > > > ... it should be that easy. > > > > - james > > > > > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
