1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

setup up content-for properly

This commit is contained in:
Konstantin Haase 2011-03-27 18:02:37 +02:00
parent 36d2a73c9b
commit 19c68f8ad4
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,5 @@
require 'sinatra/base'
module Sinatra
##
# Small extension for the Sinatra[http://sinatrarb.com] web framework

View file

@ -11,6 +11,7 @@ module Sinatra
register :Decompile
register :Namespace
register :RespondWith
helpers :ContentFor
helpers :LinkHeader
end