Skip to content

Commit

Permalink
Switching over to relative paths for crowdring.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nherzing committed Sep 10, 2012
1 parent 33636c5 commit d53e2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/crowdring.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
require 'pusher'
require 'json'

require 'crowdring/campaign'
require 'crowdring/supporter'
require_relative 'crowdring/campaign'
require_relative 'crowdring/supporter'

module Crowdring
class Server < Sinatra::Base
Expand Down

0 comments on commit d53e2e0

Please sign in to comment.