method

gitattributes

rails latest stable - Class: Rails::Command::CredentialsCommand::Diffing
gitattributes()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command/diffing.rb, line 50
    def gitattributes
      @gitattributes ||= (Rails::Command.root || Pathname.pwd).join(".gitattributes")
    end