This commit is contained in:
2015-10-02 21:19:37 +02:00
parent d8ae07be9c
commit a4dcab3cb5
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
begin
load File.expand_path("../spring", __FILE__)
load File.expand_path('../spring', __FILE__)
rescue LoadError
end
require_relative '../config/boot'