small changes

This commit is contained in:
Andreas Stephanides
2013-03-12 15:09:39 +01:00
parent 24694612e8
commit 96278af065
4 changed files with 5 additions and 4 deletions

View File

@@ -13,6 +13,6 @@ class ApplicationController < ActionController::Base
end
end
def default_url_options
{locale: I18n.locale, host:"128.131.95.212"}
{locale: I18n.locale, host:"glonass.htu.tuwien.ac.at"}
end
end