method
gitattributes
v7.1.3.2 -
Show 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