Skip to content

Commit

Permalink
Added missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammer Saleh committed Apr 7, 2010
1 parent d3b7e60 commit 560631a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$LOAD_PATH << File.join(File.dirname(__FILE__), "lib")

require 'pathname'

root_dir = Pathname(__FILE__).dirname
env = ENV['RACK_ENV'].to_sym

Expand Down

0 comments on commit 560631a

Please sign in to comment.