hi,
lets say I have in routes.rb
map.resources :projects, :has_many => [:memberships, :pages]
and i want to add non-CRUD actions to memberships. How do I do that? I'm aware of :member => and :collection => but I'm not sure how to apply those on nested resources.
thanks linoj