提交 8e6890a1 编写于 作者: Y yuuji.yaginuma

Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]

These classes are internally used only.
上级 67f85468
......@@ -6,7 +6,7 @@
module Rails
module Generators
class CredentialsGenerator < Base
class CredentialsGenerator < Base # :nodoc:
def add_credentials_file
unless credentials.content_path.exist?
template = credentials_template
......
......@@ -7,7 +7,7 @@
module Rails
module Generators
class MasterKeyGenerator < Base
class MasterKeyGenerator < Base # :nodoc:
MASTER_KEY_PATH = Pathname.new("config/master.key")
def add_master_key_file
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册