I think you could extend ProjectsController - but it would mean that
your ProjectRankController *is a* ProjectsController. So, for example,
I am not sure it would automatically know about your project_rank
model - it might just know about the project model. 

Quoting Todd Nine <[EMAIL PROTECTED]>:
> Well, just a follow up.  I fixed my issue by extending
> "ApplicationController".  When I extend "ProjectsController" which is part
> of the base app, everything blows up.  Are we not allowed to extend code
> from the base app in rails engine?
> >
> >
> > project_rank_controller.rb
> >
> > class ProjectRankController < ProjectsController
> >   def order
> >     print 'foobar';
> >   end
> > end
_______________________________________________
Engine-Developers mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org

Reply via email to