From 6c9ae82f815ffa061a5444a65dc02619fa11f10d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 30 Jan 2026 21:22:08 -0500 Subject: [PATCH] fixed typo --- app/controllers/customers_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/customers_controller.rb b/app/controllers/customers_controller.rb index 1422efc..c2d9731 100644 --- a/app/controllers/customers_controller.rb +++ b/app/controllers/customers_controller.rb @@ -110,7 +110,7 @@ class CustomersController < ApplicationController begin @customer = Customer.find_by_id(params[:id]) if @customer.update(allowed_params) - flash[:notice] = tv :notice_customer_updated + flash[:notice] = t :notice_customer_updated redirect_to @customer else redirect_to edit_customer_path