与&产生的支架之间有什么区别?在Rails中没有漂亮?

时间:2013-09-10 07:50:02

标签: ruby-on-rails-3

 I have added  'nifty-generators' to my gem file. 
then executed following : 
rails g nifty:layout
case -1 
rails g  nifty:scaffold Post title:string content:text
case -2 
rails g scaffold Blog title:string content:text
rake db:migrate

当我们用“漂亮的”来生成一个脚手架时;它不提供“set_post”& “post_params”方法。但后一种情况提供了那些“set_post”& “post_params”方法。

这两个命令之间有任何具体的原因/区别吗?

1 个答案:

答案 0 :(得分:0)

https://github.com/ryanb/nifty-generators

转到上一页的“疑难解答和常见问题解答”部分。 !