[Rails] Super noob needs help.

2010-01-27 Thread Afg Afg
I am following video tutorials for rails. I am a part where i am suppose to write scaffold :album inside admin_controller. class AdminController ApplicationController scaffold :album end I did that but i get this errorundefined method `scaffold' for AdminController:Class What is going

Re: [Rails] Super noob needs help.

2010-01-27 Thread Conrad Taylor
On Wed, Jan 27, 2010 at 11:09 PM, Afg Afg li...@ruby-forum.com wrote: I am following video tutorials for rails. I am a part where i am suppose to write scaffold :album inside admin_controller. class AdminController ApplicationController scaffold :album end I did that but i get this