railsgirls / guides.railsgirls.com

Rails Girls Guides
https://guides.railsgirls.com/
Other
6.48k stars 745 forks source link

Fix file path app/views/ideas/index.html.erb #543

Closed ishikawa999 closed 1 year ago

ishikawa999 commented 1 year ago

On the page https://guides.railsgirls.com/html-and-css, it says "Open up the app/views/ideas/index.html file", but the file generated by rails generate scaffold idea name:string description:text picture:string is app/views/ideas/index.html.erb .

screenshot

Thanks.

tombruijn commented 1 year ago

Thanks for the fix!

ishikawa999 commented 1 year ago

@tombruijn Thank you for merging my pull request! I appreciate your time and effort.