且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在 rails 中创建新对象时出错

更新时间:2023-11-30 12:59:16

self.upself.down 方法必须在迁移中(db/migrate/20100923101842_create_comic_books.rb)

Methods self.up and self.down must be in the migration(db/migrate/20100923101842_create_comic_books.rb)

CookBook 模型的 Clean 类必须如下所示:

Clean class of the CookBook model must look like this:

class CookBook < ActiveRedord::Base
end