Skip to content

Commit

Permalink
Explain how to change javascript default files
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and tenderlove committed Jul 16, 2010
1 parent 1b2824b commit 041e47b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -39,6 +39,9 @@ class Application < Rails::Application
# 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
Expand Down

0 comments on commit 041e47b

Please sign in to comment.