Guest User

Untitled

a guest
Oct 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. def set_settings_based_on_locale
  2. return if self.translation_locale.nil?
  3.  
  4. if LOCALES_THAT_PREFER_THE_LOTUS.include?(self.translation_locale.locale)
  5. self.settings.prefer_lotus = true
  6. end
  7. end
Add Comment
Please, Sign In to add comment