You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote this code my application and I run the bundle exec hanami s
so I got message uninitialized constant Web .
I think Web is not initialized when accept_json.rb is loaded.
I wrote this code my application and I run the
bundle exec hanami s
so I got message
uninitialized constant Web
.I think
Web
is not initialized whenaccept_json.rb
is loaded.Below codes work well.
or
The text was updated successfully, but these errors were encountered: