Sha256: 368cafd3684b19f0f70a636247594f5737aecf709acb9b9124dd38b61abee6c9
Contents?: true
Size: 269 Bytes
Versions: 3
Compression:
Stored size: 269 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 end
Version data entries
3 entries across 3 versions & 1 rubygems