Rails X XCode Tips
- When reading commands from a textbook, the \ in the command instruction line is usually just a line continuation in instructions. I do not need that if you type it all on one line.
- Use
bin/rails destroy model sample_model_nameto remove an erroneous model - I have a tendency to type "customer" when I should be typing "custom". Watch out for this mistake.
Top comments (0)