Remove enabling sessions
This commit is contained in:
parent
4b13c83de7
commit
7aeb3a3649
1 changed files with 0 additions and 2 deletions
|
|
@ -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']}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue