mirror of https://github.com/rails/rails
Escape README in Plugin builder API documentation
- So that RDoc will not generate link for README. [ci skip]
This commit is contained in:
parent
6a9d81800b
commit
8b47d1ff2d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue