rails3中 应用 rails g scaffold 之后发现了错误
例如
已经用
rails g scaffold question title:string content:text
之后发现这个没有用 或者说 不想用了
可以用
rails destroy scaffold question
删除掉
rails3中 应用 rails g scaffold 之后发现了错误
例如
已经用
rails g scaffold question title:string content:text
之后发现这个没有用 或者说 不想用了
可以用
rails destroy scaffold question