mirror of https://github.com/rails/rails
Merge pull request #19905 from prathamesh-sonpatki/no-readme-link
Escape README in Plugin builder API documentation
This commit is contained in:
commit
a9b41fee72
|
@ -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