diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-04-26 11:53:27 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-04-26 11:53:27 +0530 |
commit | 8b47d1ff2d5bea1537ac518339704a725778050c (patch) | |
tree | 9debbe0fc8440050ddd26a38fa07c86fb8b889c1 /railties/lib/rails | |
parent | 6a9d81800b04126a3f57b6595d48cee47ceeb3cf (diff) | |
download | rails-8b47d1ff2d5bea1537ac518339704a725778050c.tar.gz rails-8b47d1ff2d5bea1537ac518339704a725778050c.tar.bz2 rails-8b47d1ff2d5bea1537ac518339704a725778050c.zip |
Escape README in Plugin builder API documentation
- So that RDoc will not generate link for README.
[ci skip]
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin/plugin_generator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb index 68c3829515..fe19fa38d7 100644 --- a/railties/lib/rails/generators/rails/plugin/plugin_generator.rb +++ b/railties/lib/rails/generators/rails/plugin/plugin_generator.rb @@ -8,7 +8,7 @@ module Rails # generator. # # This allows you to override entire operations, like the creation of the - # Gemfile, README, or JavaScript files, without needing to know exactly + # Gemfile, \README, or JavaScript files, without needing to know exactly # what those operations do so you can create another template action. class PluginBuilder def rakefile |