Brian Hartin wrote: Never mind. I had another problem which mislead me; the example I gave works perfectly once I correct the other problem.
> Hi all, > > I am stumped with the following problem: > > * A module, which is mixed into a controller, defines two methods, 'a' > and 'b' > * 'a' calls 'b' > * 'b' might be overriden in the controller > * when 'a' is called as a 'before_filter', it always calls the version > of 'b' defined in the mixin module, regardless of whether the controller ... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

