Open SamuelBanya opened 2 years ago
UPDATE:
This section is the issue with this lab --> Nowhere is the following section mentioned that this is needed outside of the ':db' namespace:
task :environment do
require_relative "./config/environment"
end
This part alone needs to be added to the lab for people to pass it without needing to refer to the solution branch.
Canvas Link
https://learning.flatironschool.com/courses/5286/assignments/172676?module_item_id=376756
Concern
Here's my entire script:
If I run the 'bundle exec rake console' command after running the 'rake db:migrate' and 'rake db:seed' commands respectively, I get this error:
Additional Context
No response
Suggested Changes
No response