Skip to content

Commit

Permalink
running main.rb is agnostic to the cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Dec 17, 2008
1 parent cdbce8f commit 9e03214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.rb
@@ -1,7 +1,7 @@
require 'sinatra/lib/sinatra'
require File.dirname(__FILE__) + '/sinatra/lib/sinatra'

$LOAD_PATH.unshift 'sequel/lib'
require 'sequel/lib/sequel'
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/sequel/lib')
require 'sequel'

module Points
def self.data
Expand Down

0 comments on commit 9e03214

Please sign in to comment.