class Rails::Command::CredentialsCommand

def key_path

def key_path
  options[:environment] ? "config/credentials/#{options[:environment]}.key" : "config/master.key"
end