Skip to content

Commit 1f59d81

Browse files
authored
[ruby/hanami] Rename DB namespace for Zeitwerk (#9279)
Fixes the following error: Zeitwerk::NameError: expected file /hanami/app/actions/db/index.rb to define constant HelloWorld::Actions::DB::Index, but didn't
1 parent d841807 commit 1f59d81

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Ruby/hanami/app/actions/db

1 file changed

+1
-1
lines changed

frameworks/Ruby/hanami/app/actions/db/index.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module HelloWorld
44
module Actions
5-
module Db
5+
module DB
66
class Index < HelloWorld::Action
77
QUERY_RANGE = 1..10_000 # range of IDs in the Fortune DB
88
include Deps["persistence.rom"]

0 commit comments

Comments
 (0)