method

cifiles

rails latest stable - Class: Rails::PluginBuilder

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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