Created
July 25, 2008 23:26
-
-
Save pedro/2554 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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