method

credentials_diff_enroll

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: Rails::AppBuilder
credentials_diff_enroll() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 206
    def credentials_diff_enroll
      return if options[:skip_decrypted_diffs] || options[:dummy_app] || options[:pretend]

      @generator.shell.mute do
        rails_command "credentials:diff --enroll", inline: true, shell: @generator.shell
      end
    end
Register or log in to add new notes.