summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 064c488..d6cf0f8 100644
--- a/application.rb
+++ b/application.rb
@@ -40,6 +40,9 @@ configure :production, :development do
end
before do
+ # use this hostname method instead to('/')
+ # allowes to set https for xhr requests
+ $host_with_port = request.host =~ /localhost/ ? request.host_with_port : request.host
$paths = [
"api",
"compound",