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:
parent
36d2a73c9b
commit
19c68f8ad4
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'sinatra/base'
|
||||
|
||||
module Sinatra
|
||||
##
|
||||
# Small extension for the Sinatra[http://sinatrarb.com] web framework
|
||||
|
|
|
@ -11,6 +11,7 @@ module Sinatra
|
|||
register :Decompile
|
||||
register :Namespace
|
||||
register :RespondWith
|
||||
helpers :ContentFor
|
||||
helpers :LinkHeader
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue