Sha256: f15fbb5e75ab58148d3179d754329898e3525d1a2d972600fd2eb629e98339e4
Contents?: true
Size: 249 Bytes
Versions: 23
Compression:
Stored size: 249 Bytes
Contents
module Locomotive module MyAccountHelper def options_for_locale Locomotive.config.locales.map do |locale| [ I18n.t("locomotive.locales.#{locale}"), locale, {} ] end end end end
Version data entries
23 entries across 23 versions & 1 rubygems