public
Description: Paper Trail is a single-user publishing tool for book reviews
Homepage: http://extralogical.net/projects/papertrail/
Clone URL: git://github.com/ionfish/papertrail.git
papertrail / config.ru
100644 8 lines (5 sloc) 0.186 kb
1
2
3
4
5
6
7
8
# Rack Dispatcher
 
# Require your environment file to bootstrap Rails
require File.dirname(__FILE__) + '/config/environment'
 
# Dispatch the request
run ActionController::Dispatcher.new