Update customers_controller.rb

This commit is contained in:
2017-03-23 05:38:06 -04:00
committed by GitHub
parent 15f317fba1
commit 89fba883ef

View File

@@ -150,7 +150,7 @@ class CustomersController < ApplicationController
end
def view_customer
chech_permission(:view_customer)
check_permission(:view_customer)
end
def only_one_non_zero?( array )