I'm using rails 4, ruby 2.3 and have a problem. How solve this error?
PG::UndefinedTable: ERROR: relation "carrinho" does not exist LINE 1: SELECT "carrinho".* FROM "carrinho" WHERE "carrinho"."id" I... ^ : SELECT "carrinho".* FROM "carrinho" WHERE "carrinho"."id" IS NULL LIMIT 1
My model is carrinho.rb My controller is carrinhos_controller.rb My views is carrinhos My migration is 20160204181641_create_carrinhos.rb
And in inflections have:
inflect.plural "carrinhos", "carrinhos" inflect.plural "carrinho", "carrinhos" inflect.singular "carrinhos", "carrinho" inflect.singular "carrinho", "carrinho" inflect.irregular 'carrinho', 'carrinhos'
Make A week that I try to solve this problem. Please, help-me!!