When I run rake db:setup, I want to load the data from seeds.rb. But after running db:setup, I don't see my posts any more.
How can I solve that problem?
When I run rake db:setup, I want to load the data from seeds.rb. But after running db:setup, I don't see my posts any more.
How can I solve that problem?