Skip to content

Instantly share code, notes, and snippets.

@pedro
Created July 25, 2008 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pedro/2554 to your computer and use it in GitHub Desktop.
Save pedro/2554 to your computer and use it in GitHub Desktop.
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../vendor/sinatra/lib'
require 'sinatra'
Sinatra::Application.default_options.merge!(
:run => false,
:env => :development # ENV['RACK_ENV']
)
require File.dirname(__FILE__) + '/../app/mailer.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment