AutoCommit Die Jun 16 16:03:07 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-06-16 16:03:07 +02:00
parent 3c5ca56b13
commit efe17c681f
2 changed files with 7 additions and 4 deletions

View File

@@ -51,6 +51,6 @@ def current_ability
@current_ability ||= Ability.new(current_user, request, params[:key])
end
def default_url_options
{locale: I18n.locale, theme: nil , ansicht: nil}
{locale: nil, theme: nil , ansicht: nil} # I18n.locale
end
end