Skip to content

Commit

Permalink
Updated path in example config.ru to work with the library without ha…
Browse files Browse the repository at this point in the history
…ving it installed as a gem
  • Loading branch information
benschwarz committed May 26, 2009
1 parent ea37360 commit 1754c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config.ru
@@ -1,5 +1,5 @@
require 'rubygems'
require 'postie'
require File.join(File.dirname(__FILE__), '..', 'lib', 'postie')

use Postie::Application
run Sinatra::Base

0 comments on commit 1754c25

Please sign in to comment.