Displaying 1 result from an estimated 1 matches for "animalscontroller".
Did you mean:
animals_controller
2007 Mar 27
1
REST rspec_generator
Is there some reason that the rspec resource generator produces code
like this:
context "Routes for the AnimalsController should map" do
controller_name :animals
specify "{ :controller => ''animals'', :action => ''index'' } to /
animals" do
route_for(:controller => "animals", :action => "index").should
== "/animals"...