aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/plugins.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-12-22 13:45:03 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-12-22 13:45:03 +0900
commit1581348f28891c7e36d5e9267bd2b31bde353fbc (patch)
tree0a3d2bcdbcf87c7aa7f7624d9e96707d0ce30222 /guides/source/plugins.md
parente21bd333199888aa76112298735dbb9988a2d72d (diff)
downloadrails-1581348f28891c7e36d5e9267bd2b31bde353fbc.tar.gz
rails-1581348f28891c7e36d5e9267bd2b31bde353fbc.tar.bz2
rails-1581348f28891c7e36d5e9267bd2b31bde353fbc.zip
`bin/rake` does not exist in plugin directory [ci skip]
Diffstat (limited to 'guides/source/plugins.md')
-rw-r--r--guides/source/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/plugins.md b/guides/source/plugins.md
index 7b7eb80081..eca2e06092 100644
--- a/guides/source/plugins.md
+++ b/guides/source/plugins.md
@@ -433,7 +433,7 @@ Once your README is solid, go through and add rdoc comments to all of the method
Once your comments are good to go, navigate to your plugin directory and run:
```bash
-$ bin/rake rdoc
+$ bundle exec rake rdoc
```
### References