fixed typos

This commit is contained in:
2017-03-23 05:56:26 -04:00
committed by GitHub
parent 2ce811bbbf
commit a34b6a07fc

View File

@@ -146,11 +146,11 @@ class CustomersController < ApplicationController
private
def add_customer
global_check_permission(:add_customer)
global_check_permission(:add_customers)
end
def view_customer
global_check_permission(:view_customer)
global_check_permission(:view_customers)
end
def only_one_non_zero?( array )