Sha256: e6f0ce62cbcb78719313a870ba0c34e62c15db535bb2dedf84763dbe15e1fd8d
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
class WebSandboxConsoleGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_initializer_file # 源文件 目标位置 copy_file "web_sandbox_console.rb", "config/initializers/web_sandbox_console.rb" end # 生成配置yaml文件 def copy_config_file copy_file "web_sandbox_console.yml", "config/web_sandbox_console.yml.example" end end
Version data entries
3 entries across 3 versions & 1 rubygems