On Sep 17, 6:35 am, deegee <[EMAIL PROTECTED]> wrote:
> Difficult to say with so little code:
> What the code in your view (admin/new.html.erb)? And what's the code
> of the new action in your controller (admin.rb)?
>
> Dirk.

I have the same error.
The code in controller: admin_controler.rb is
class AdminController < ApplicationController
  scaffold :product
end

There is no view defined yet.

The code in model: product.rb is:
class Product < ActiveRecord::Base
end

Any idea?
Phil

--~--~---------~--~----~------------~-------~--~----~
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 [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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to