Sha256: bc4fc6c4b19ea8dc58fffd6016e0ccdc5a6a5bdfcd264cdd13e5fb5adba23168
Contents?: true
Size: 416 Bytes
Versions: 9
Compression:
Stored size: 416 Bytes
Contents
Troy.configure do |config| # Set the current locale. config.i18n.locale = "en" # Make sure you download the correct file from # https://github.com/svenfuchs/rails-i18n/tree/master/rails/locale # and place it at `config/locales/*.yml`. config.1i8n.load_path = Dir["config/locales/*.yml"] # These are the assets that you want # to precompile. config.assets.precompile = %w[style.css script.js] end
Version data entries
9 entries across 9 versions & 1 rubygems