Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Mar 19, 2024
1 parent fba6019 commit 21e3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Expand Up @@ -15,7 +15,7 @@ def set_locale

def default_url_options
unless user_signed_in?
{ :locale => I18n.locale }
return { :locale => I18n.locale }
end

{}
Expand Down

0 comments on commit 21e3d75

Please sign in to comment.