instance method
cifiles
Ruby on Rails 8.1.2
Since v7.2.3Signature
cifiles()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/rails/plugin/plugin_generator.rb line 69
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::PluginBuilder