문제

When you create scaffolds in Rails, by default, files that end in .json.jbuilder get added to the View. Are these files necessary to keep (and keep updating as you add columns to model's table) or can they be deleted?

도움이 되었습니까?

해결책

If you're not using jbuilder to generate JSON outputs they are not necessary and you should delete them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top