Closed ishikawa999 closed 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 .
rails generate scaffold idea name:string description:text picture:string
app/views/ideas/index.html.erb
Thanks.
Thanks for the fix!
@tombruijn Thank you for merging my pull request! I appreciate your time and effort.
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
isapp/views/ideas/index.html.erb
.Thanks.