hello i was just wondering what the diference between map.resources :posts, :has_one => :author, :has_many => [:comments, :trackbacks] and map.resources :posts do |posts| posts.resource :author posts.resources :comments posts.resources :trackbacks end is. which one should i use? is there a difference at all? thanks! gerold --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---