Remove enabling sessions

This commit is contained in:
Maxwell Salzberg 2011-06-03 16:22:16 -07:00
parent 4b13c83de7
commit 7aeb3a3649

View file

@ -49,8 +49,6 @@ class Pod < ActiveRecord::Base
end end
end end
enable :sessions
helpers do helpers do
def redirect_uri def redirect_uri
"http://" + request.host_with_port + "/callback" << "?diaspora_handle=#{params['diaspora_handle']}" "http://" + request.host_with_port + "/callback" << "?diaspora_handle=#{params['diaspora_handle']}"