2009/10/18 tigaenamb <[email protected]>: > NoMethodError in StudentsController#index > > You have a nil object when you didn't expect it! > You might have expected an instance of ActiveRecord::Base. > The error occurred while evaluating nil.[]
Menilik dari pesan errornya terlihat kalau controller students Anda belum punya action method index. May The Force be with you. http://bit.ly/Oue4s

