method
cifiles
v8.0.0 -
Show latest stable
- Class:
Rails::PluginBuilder
cifiles()public
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 69
def cifiles
empty_directory ".github/workflows"
template "github/ci.yml", ".github/workflows/ci.yml"
template "github/dependabot.yml", ".github/dependabot.yml"
end