aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.textile
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-02 14:20:49 -0400
committerPrem Sichanugrist <s@sikachu.com>2012-08-02 14:20:49 -0400
commitf8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a (patch)
treef6f961b6825da56f4d8b718380bf4df4b970bbd4 /guides/source/configuring.textile
parenteb66eadfc627cbe6bfebdff7d5a1dfb01f00cd21 (diff)
downloadrails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.tar.gz
rails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.tar.bz2
rails-f8d1b52a4ffe56b8c6652b9cb0b7e9f8027fc05a.zip
Audit the usage of the word "JavaScript"
Diffstat (limited to 'guides/source/configuring.textile')
-rw-r--r--guides/source/configuring.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.textile b/guides/source/configuring.textile
index e7272a51b7..25f69f1ab1 100644
--- a/guides/source/configuring.textile
+++ b/guides/source/configuring.textile
@@ -186,7 +186,7 @@ The full set of methods that can be used in this block are as follows:
* +force_plural+ allows pluralized model names. Defaults to +false+.
* +helper+ defines whether or not to generate helpers. Defaults to +true+.
* +integration_tool+ defines which integration tool to use. Defaults to +nil+.
-* +javascripts+ turns on the hook for javascripts in generators. Used in Rails for when the +scaffold+ generator is run. Defaults to +true+.
+* +javascripts+ turns on the hook for JavaScripts in generators. Used in Rails for when the +scaffold+ generator is run. Defaults to +true+.
* +javascript_engine+ configures the engine to be used (for eg. coffee) when generating assets. Defaults to +nil+.
* +orm+ defines which orm to use. Defaults to +false+ and will use Active Record by default.
* +performance_tool+ defines which performance tool to use. Defaults to +nil+.