rails g erb:scaffold ModelName
The scaffolds can be customized by copying originals to lib/templates/erb/scaffold/templates
The original templates and generators can be found in railties gem directory like
lib\ruby\gems\2.2.0\gems\railties-5.0.0.1\lib\rails\generators
The scaffolds can be customized by copying originals to lib/templates/erb/scaffold/templates
The original templates and generators can be found in railties gem directory like
lib\ruby\gems\2.2.0\gems\railties-5.0.0.1\lib\rails\generators
No comments:
Post a Comment