Here are the commands:

  407  rails new resource_test_2
  408  cd resource_test_2/
  409  rails g resource asset
  410  rake routes

The output:

imac:resource_test_2 joel$ rake routes
imac:resource_test_2 joel$ rails --version
Rails 3.1.0.rc4


On 3.0.9 the resource routes come up, on 3.1.0.rc4 the routes do not.
If you use a name other than asset, rc4 brings up the routes.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" 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-core?hl=en.

Reply via email to