diff options
author | Xavier Noria <fxn@hashref.com> | 2011-07-05 01:42:13 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-07-05 01:42:13 +0200 |
commit | 289b5253ce476410ff78a5f55248c5a4e6a60223 (patch) | |
tree | 3bf8b5a29c24a0e1afe27e1e3a446459adbf27b5 /railties/guides/source/plugins.textile | |
parent | 892c99ca5cfc8b9ea1a06066f23bec847838f7f8 (diff) | |
parent | 254a1e57d79143f21af74e1aa289ba546b3be821 (diff) | |
download | rails-289b5253ce476410ff78a5f55248c5a4e6a60223.tar.gz rails-289b5253ce476410ff78a5f55248c5a4e6a60223.tar.bz2 rails-289b5253ce476410ff78a5f55248c5a4e6a60223.zip |
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/plugins.textile')
-rw-r--r-- | railties/guides/source/plugins.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/plugins.textile b/railties/guides/source/plugins.textile index 2eb71e49c4..79bbe495bd 100644 --- a/railties/guides/source/plugins.textile +++ b/railties/guides/source/plugins.textile @@ -37,7 +37,7 @@ Use the +rails generate plugin+ command in your Rails root directory directory. See usage and options by asking for help: <shell> -$ rails generate plugin new --help +$ rails generate plugin --help </shell> h4. Or generate a gemified plugin. |