mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update customers_controller.rb
This commit is contained in:
@@ -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]
|
||||
skip_before_filter :verify_authenticity_token, :check_if_login_required, :only => [:view], :column_name => 'name'
|
||||
|
||||
default_search_scope :names
|
||||
|
||||
|
||||
Reference in New Issue
Block a user