get it right

This commit is contained in:
John Bintz 2011-03-23 15:03:04 -04:00
parent a80c836626
commit d71082bc8b

View File

@ -11,7 +11,7 @@ class AVMExample < Sinatra::Base
:expire_after => 60
configure do
set :root, File.dirname(__FILE__)
set :root, File.expand_path('../..', __FILE__)
end
register Sinatra::Flash