Sha256: 8e2c6523eebe9f5d4d804b3473e9eac75a24d9d7b2f4d8923224508272c60716

Contents?: true

Size: 416 Bytes

Versions: 3

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.i18n.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

3 entries across 3 versions & 1 rubygems

Version Path
troy-0.0.12 templates/troy.rb
troy-0.0.11 templates/troy.rb
troy-0.0.10 templates/troy.rb