On Fri, Aug 1, 2008 at 4:11 AM, babu nair
[email protected]wrote:
map.resources :students, :member => [:departments => :get]
member actions are defined as a hash, not an array.
map.resources :students, :member => {:departments => :get}
–
Tim
On Fri, Aug 1, 2008 at 4:11 AM, babu nair
[email protected]wrote:
map.resources :students, :member => [:departments => :get]
member actions are defined as a hash, not an array.
map.resources :students, :member => {:departments => :get}
–
Tim
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs