I create first application with a book, and i got problem.
I should write
rails g scaffold pins description:string
and then
rake db:migrate
heroku run rake db:migrate
Now my website should works on myLinkFromHeroku.herokuapp.com/pins
But it does not work, i see only:
We're sorry, but something went wrong.
If you are the application owner check the logs for more information.
What i should do now ? Why this not working ? "logs" is "latest activity" ? I see only build succeesded
.