找回密码
 注册
搜索
热搜: java php web
查看: 376|回复: 0

scaffold问题?

[复制链接]
发表于 2009-1-26 09:23:39 | 显示全部楼层 |阅读模式
在学习ruby on rails中,我遇到很多scaffold问题,不知道怎么解决,还请高手帮忙?
NoMethodError in AdminController#index
undefined method `scaffold' for AdminController:Class
RAILS_ROOT: C:/Documents and Settings/Administrator/work/depot

Application Trace | Framework Trace | Full Trace

代码:
class CreateProducts < ActiveRecord::Migration
  def self.up
    create_table :products do |t|
            t.column :title,       :string
            t.column :description, :text
            t.column :image_url,   :string

      
    end
  end

  def self.down
    drop_table :products
  end
end
controller中代码:
class AdminController < ApplicationController
scaffold :product
end
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|软晨网(RuanChen.com)

GMT+8, 2024-11-13 10:08

Powered by Discuz! X3.5

Copyright © 2001-2023 Tencent Cloud.

快速回复 返回顶部 返回列表