instance method
cifiles
Ruby on Rails 7.2.3
Since v7.2.3Signature
cifiles()
No documentation comment.
Source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 86
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/app/app_generator.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::AppBuilder