class Rails::Command::CredentialsCommand

def relative_path(path)

def relative_path(path)
  Rails.root.join(path).relative_path_from(Rails.root).to_s
end