application.rb: revises the comment for autoload_paths so that is assumes less from the user, and unifies punctuation

This commit is contained in:
Xavier Noria
2010-07-09 19:09:47 +02:00
parent d9ebc76d70
commit c9ae2c11eb

View File

@@ -21,14 +21,14 @@ module <%= app_const_base %>
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# Add additional load paths for your own custom dirs
# Custom directories with classes and modules you want to be autoloadable.
# config.autoload_paths += %W( #{config.root}/extras )
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named
# :all can be used as a placeholder for all plugins not explicitly named.
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
# Activate observers that should always be running
# Activate observers that should always be running.
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.