Merge pull request #88 from tokumei/patch-1

Correct path to RailsPHP
This commit is contained in:
Pop 2014-06-04 19:16:29 -05:00
commit b5fef62c19

View File

@ -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.