[Rails] bug in multiple map.resources :has_many ?
by Linojon other posts by this author
Aug 13 2007 3:45PM messages near this date
[Rails] strange safari behavior
|
[Rails] Re: bug in multiple map.resources :has_many ?
Hi,
does map.resources accept more than one :has_many ?
there seems to be a path helper only for the last one (eg abc_bar_path)
map.resources :abc,
:has_one => :user,
:has_many => :foo,
:has_many => :bar
if so, is this a bug?
(the abc_user_path helper is not overwritten tho)
linoj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta
lk" group.
To post to this group, send email to rubyonrails-talk@[...].com
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@[...].com
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
Thread:
Linojon
dblack
Rick Olson
|