Update customers_controller.rb

This commit is contained in:
2017-01-29 20:28:17 -05:00
committed by GitHub
parent 5e53c18098
commit f90cdcd86b

View File

@@ -28,7 +28,7 @@ class CustomersController < ApplicationController
helper :timelog
before_filter :require_user, :except => :view
skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view], :column_name => 'name'
skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view]
default_search_scope :names