Scaffold: The two in one command
Instead of
ruby script/generate model Site
ruby script/generate controller Sitewe can now use
ruby script/generate scaffold SiteWARNING: If the above command is run after you have created custom MVC (models, views and controller), they will be overwritten.
0 Comments:
Post a Comment
<< Home