Explain how to change javascript default files

This commit is contained in:
Santiago Pastorino
2010-07-16 07:32:40 +08:00
committed by Aaron Patterson
parent 1b2824b659
commit 041e47b326

View File

@@ -39,6 +39,9 @@ module <%= app_const_base %>
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
# config.i18n.default_locale = :de
# Add your default javascripts
# config.action_view.javascript_expansions[:defaults] = %w(jquery rails)
# Configure generators values. Many other options are available, be sure to check the documentation.
# config.generators do |g|
# g.orm :active_record