Correct path to RailsPHP

This commit is contained in:
tokumei 2014-06-04 16:04:44 -07:00
parent 1e2f626077
commit b729d95896

View File

@ -14,7 +14,7 @@ define('RAILS_ROOT', dirname(__DIR__));
/** /**
* Path to Rails. * Path to Rails.
*/ */
$railsPath = __DIR__ . '/../vendor/myimouto/railsphp/lib/Rails'; $railsPath = __DIR__ . '/../vendor/railsphp/railsphp/lib/Rails';
/** /**
* Load and initialize Rails. * Load and initialize Rails.