resources/code.rb in plezi-0.12.5 vs resources/code.rb in plezi-0.12.6
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
# encoding: UTF-8
# load all framework and gems
-load ::File.expand_path(File.join("..", "environment.rb"), __FILE__)
+load ::File.expand_path(File.join("..", "initialize.rb"), __FILE__)
# set up the routes
load ::File.expand_path(File.join("..", "routes.rb"), __FILE__)
\ No newline at end of file