This project is archived and is in readonly mode.

#5263 ✓committed
Sasha Koss

'rails destroy scaffold' broke routes.rb

Reported by Sasha Koss | July 31st, 2010 @ 04:39 PM | in 3.0.2

After

rails generate scaffold posts title:string body:text
...
rails destroy scaffold posts

in routes.rb (double |map|):

Simko::Application.routes.draw do |map| |map|
 ...
end

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Referenced by

Pages