Skip to content

Commit f53eb56

Browse files
committed
correct module scope
1 parent ce17f2b commit f53eb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/queue_classic/setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Setup
33
Root = File.expand_path("../..", File.dirname(__FILE__))
44
SqlFunctions = File.join(Root, "/sql/ddl.sql")
55
CreateTable = File.join(Root, "/sql/create_table.sql")
6-
DropSqlFunctions = File.join(QC::Root, "/sql/drop_ddl.sql")
6+
DropSqlFunctions = File.join(Root, "/sql/drop_ddl.sql")
77

88
def self.create
99
Conn.execute(File.read(CreateTable))

0 commit comments

Comments
 (0)