Skip to content

Commit

Permalink
Merge pull request #114 from ancamp/require-fix
Browse files Browse the repository at this point in the history
Use full path to require railtie
  • Loading branch information
kmayer committed Nov 24, 2012
2 parents b3fa28d + 9410d9d commit 487d9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku_san.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'railtie' if defined?(Rails) && Rails::VERSION::MAJOR >= 3
require File.join(File.dirname(__FILE__), 'railtie.rb') if defined?(Rails) && Rails::VERSION::MAJOR >= 3
require 'git'
require 'heroku_san/stage'
require 'heroku_san/project'
Expand Down

0 comments on commit 487d9e9

Please sign in to comment.