Re: [Engine-users] Overloading controller

2006-04-22 Thread Paul Robinson
On 21 Apr 2006, at 21:31, prplehaze wrote: > What is the best practice for overloading an engine controller method? Create a controller in your OWN app/controllers directory called user_controller.rb like this: class UserController < ApplicationController def signup # your code goes he

[Engine-users] Overloading controller

2006-04-21 Thread prplehaze
Hi, The mailing list archives appear to be down currently, so I wasn't able to search them first. What is the best practice for overloading an engine controller method? I have Login Engine and User Engine installed. For example, I want to override signup in user to show a different warning messa