method

enrolled?

enrolled?()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command/diffing.rb, line 23
    def enrolled?
      gitattributes.read.match?(/config\/credentials(\/\*)?\.yml\.enc diff=rails_credentials/)
    rescue Errno::ENOENT
      false
    end