From ce7d1070af5682b601fa14d53f63de4c3fd19e9e Mon Sep 17 00:00:00 2001 From: Fabrizio Regini Date: Sun, 30 Sep 2012 18:33:59 +0200 Subject: updates latest Rails version number --- guides/source/engines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3