Method: Stay::Store#supported_locales_list
- Defined in:
- app/models/stay/store.rb
#supported_locales_list ⇒ Object
70 71 72 |
# File 'app/models/stay/store.rb', line 70 def supported_locales_list @supported_locales_list ||= (read_attribute(:supported_locales).to_s.split(',') << default_locale).compact.uniq.sort end |