我有一个班级Page
。我想致电page.next_page
甚至page.page
以获取下一页。
当我创建新的Page
我要关联时,请指定Book
中的最后一页,以获得我创建的新next_page
的{{1}}。
Page
此迁移失败。
```
class AddNextPageToPages < ActiveRecord::Migration
def change
add_column :pages, :page, :references
end
end
```