lib/restpack-web/sinatra/app.rb in restpack-web-0.1.33 vs lib/restpack-web/sinatra/app.rb in restpack-web-0.1.34
- old
+ new
@@ -1,4 +1,6 @@
+require 'rack-auto-session-domain'
+
module RestPack
module Web
module Sinatra
module App
def self.included(base)
\ No newline at end of file