在Rails中的一个Command中恢复所有脚手架

时间:2013-09-10 07:26:11

标签: ruby-on-rails-3

rails g scaffold test1 name:string address:text
rails g scaffold test2 name:string address:text
rails g scaffold test3 name:string address:text
rails g scaffold test4 name:string address:text
rails g scaffold test5 name:string address:text

我添加了5个脚手架,我想在一个命令中恢复/删除/销毁所有这些脚手架。 我们在Rails中有这样的功能吗?

0 个答案:

没有答案