instance method cifiles

Ruby on Rails 7.2.3

Since v7.2.3

Available in: v7.2.3 v8.0.4 v8.1.2

Signature

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

Type at least 2 characters to search.

↑↓ navigate · open · esc close