search for: aircraft_instance

Displaying 1 result from an estimated 1 matches for "aircraft_instance".

2010 Jul 09
0
Uncountable nouns in resource routes with Rails 3
...get :flights end end # Of course these work for some actions and not others. match ''aircraft'', :to => ''aircraft#index'', :as => :aircraft match ''aircraft/:id'', :to => ''aircraft#show'', :as => :aircraft_instance -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, se...