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

Version Path
troy-0.0.9 templates/troy.rb
troy-0.0.8 templates/troy.rb
troy-0.0.7 templates/troy.rb
troy-0.0.6 templates/troy.rb
troy-0.0.5 templates/troy.rb
troy-0.0.4 templates/troy.rb
troy-0.0.3 templates/troy.rb
troy-0.0.2 templates/troy.rb
troy-0.0.1 templates/troy.rb