Hello,
In my Rails 3 app I use an engine having PostsController. I would like to 
extend it in the main app by adding and altering some methods. I have tried 
some things which you can see in stackoverflow.com/questions/5045068/ . 
There I am facing an exception since PostsController has different 
superclasses in my engine and main app. Do you know how I can fix it? Is it 
possible to fix without modifying the engine?

Thanks

-- 
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.

Reply via email to