Removed prefix from config

This commit is contained in:
2013-01-20 12:13:44 -05:00
parent 4d7c8f949b
commit bd0a3786fd

View File

@@ -1,6 +1,5 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
map "/horses" do
run Community::Application
end