On 27 November 2010 22:10, Zack Nathan <[email protected]> wrote: >>> More likely (due to the "repositories path") to be a routing problem. >>> Zack, do you have "map.resources :repositories" in your routes.rb >>> file? > > I dont actually. My routes for repository looks like this: map.resources > :repository, :has_many => :bugs
so try changing it to : map.resources :repositories, :has_many => :bugs (assuming your controller is call "RepositoriesController" rather than "RepositoryController" -- 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.

