michaeldv / fat_free_crm

Ruby on Rails CRM platform for Web 2.0 and beyond

This URL has Read+Write access

fat_free_crm / config.ru
100644 9 lines (6 sloc) 0.269 kb
1
2
3
4
5
6
7
8
9
# Rack Dispatcher
 
# Require your environment file to bootstrap Rails
# NOTE: use ::File.dirname instead of File.dirname for Ruby 1.9.1 compatibility.
require ::File.dirname(__FILE__) + '/config/environment'
 
# Dispatch the request
run ActionController::Dispatcher.new