This commit is contained in:
Thomas Blazek
2013-07-22 15:49:49 +02:00
2 changed files with 2 additions and 2 deletions

View File

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