chore: show browse page without errors

This commit is contained in:
Nelson Jovel 2024-01-26 10:38:45 -08:00
parent f71f88a4ac
commit e4e6a5c7fb
5 changed files with 16 additions and 4 deletions

View file

@ -11,7 +11,8 @@ gem "pg"
gem "sprockets-rails"
group :development, :test do
gem "byebug"
gem "debug"
gem "web-console"
end
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"