rubyzome/config.ru
Yann Esposito (Yogsototh) 951b20f3e4 Centralized db configuration
2010-04-21 11:11:32 +02:00

12 lines
253 B
Ruby

# The code in this file is part of the Rubyzome framework
# Rubyzome framework belongs to Luc Juggery and Yann Esposito
require 'rubygems'
require 'rack'
require 'global_config.rb'
require 'rubyzome/rubyzome.rb'
run Rubyzome::RestfulDispatcher.new