method

enrolled_in_credentials_diffing?

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Diffing
enrolled_in_credentials_diffing?() private

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/commands/credentials/credentials_command/diffing.rb, line 37
    def enrolled_in_credentials_diffing?
      gitattributes.file? && gitattributes.read.include?(GITATTRIBUTES_ENTRY)
    end
Register or log in to add new notes.