Hey there, I have a question: I need to do a project for school and the task was to add a group functionality to the Community Engine plugin (which looks very good in my opinion). I added the whole infrastructure including models, views and controllers as well as the right migrations. I set them all up in the plugin directory (NOT the rails app directory!). First I put the routes into my normal app and the groups were showing up perfectly. But this is when the party started! When I wanted to route to a show action the app always routed to the views in the Rails Root instead of routing into the plugins views. So I removed the route from the normal route file and put it into the desert_route file. And now I only get a method not found error when I try to access the groups_path :( Is anybody out there who could help??? Thanks a lot in advance!
-- You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en.
