This commit is contained in:
John Bintz 2011-03-23 15:01:14 -04:00
parent 7c18494a38
commit 7101a76157

View File

@ -10,6 +10,8 @@ class AVMExample < Sinatra::Base
:path => '/',
:expire_after => 60
set :root, File.dirname(__FILE__)
register Sinatra::Flash
helpers Sinatra::ContentFor