Skip to content

Commit

Permalink
Move sql functions to project's root dir
Browse files Browse the repository at this point in the history
Fixes #47
  • Loading branch information
Ryan Smith committed Mar 18, 2012
1 parent 02b240c commit 8345dda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue_classic.rb
Expand Up @@ -13,7 +13,7 @@

module QC

Root = File.expand_path(File.dirname(__FILE__))
Root = File.expand_path("..", File.dirname(__FILE__))
SqlFunctions = File.join(QC::Root, "/sql/ddl.sql")
DropSqlFunctions = File.join(QC::Root, "/sql/drop_ddl.sql")

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8345dda

Please sign in to comment.