Ray Tayek
2006-Jun-05 00:20 UTC
[Rails] iteration A1 in ebook: scaffold gets: routing error
hi, on page 82 of second edition, getting stuck after making: class AdminController < ApplicationController scaffold :product end running the server and going to: http://localhost:3000/admin gets: ActionController: Exception caught routing error Recognition failed for "/admin" did i miss a step somewhere? thanks --- vice-chair http://ocjug.org/
Maybe Matching Threads
- Re: [ocruby] iteration A1 in ebook: scaffold gets: routing error
- Scaffold (Agile Web Development With Rails)
- NameError in AdminController#index building scaffold
- scaffold :product missing in Rails 2.0.2 version of depot tutorial?
- undefined method `scaffold' for AdminController:Class