aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorFabrizio Regini <freegenie@gmail.com>2012-09-30 18:33:59 +0200
committerFabrizio Regini <freegenie@gmail.com>2012-09-30 18:33:59 +0200
commitce7d1070af5682b601fa14d53f63de4c3fd19e9e (patch)
treef0ee00779c1970c1f943cd505bdbf3710326d3ec /guides
parent0677d9904a1c4b88594e491967a6646346659d19 (diff)
downloadrails-ce7d1070af5682b601fa14d53f63de4c3fd19e9e.tar.gz
rails-ce7d1070af5682b601fa14d53f63de4c3fd19e9e.tar.bz2
rails-ce7d1070af5682b601fa14d53f63de4c3fd19e9e.zip
updates latest Rails version number
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index 6d2d8ca409..44627526d2 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -33,7 +33,7 @@ Finally, engines would not have been possible without the work of James Adam, Pi
Generating an engine
--------------------
-To generate an engine with Rails 3.1, you will need to run the plugin generator and pass it the `--full` and `--mountable` options. To generate the beginnings of the "blorgh" engine you will need to run this command in a terminal:
+To generate an engine with Rails 3.2, you will need to run the plugin generator and pass it the `--full` and `--mountable` options. To generate the beginnings of the "blorgh" engine you will need to run this command in a terminal:
```bash
$ rails plugin new blorgh --full --mountable