From b729d9589615b3f7be0c859fd4097af90eacc08f Mon Sep 17 00:00:00 2001 From: tokumei Date: Wed, 4 Jun 2014 16:04:44 -0700 Subject: [PATCH] Correct path to RailsPHP --- config/boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boot.php b/config/boot.php index 10845d8..ca6766a 100755 --- a/config/boot.php +++ b/config/boot.php @@ -14,7 +14,7 @@ define('RAILS_ROOT', dirname(__DIR__)); /** * Path to Rails. */ -$railsPath = __DIR__ . '/../vendor/myimouto/railsphp/lib/Rails'; +$railsPath = __DIR__ . '/../vendor/railsphp/railsphp/lib/Rails'; /** * Load and initialize Rails.