mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
exclude before filter for customer/view
This commit is contained in:
@@ -28,7 +28,7 @@ class CustomersController < ApplicationController
|
|||||||
helper :timelog
|
helper :timelog
|
||||||
|
|
||||||
before_action :add_customer, :only => :new
|
before_action :add_customer, :only => :new
|
||||||
before_action :view_customer, :except => :new
|
before_action :view_customer, :except => [:new, :view]
|
||||||
skip_before_action :verify_authenticity_token, :check_if_login_required, :only => [:view]
|
skip_before_action :verify_authenticity_token, :check_if_login_required, :only => [:view]
|
||||||
|
|
||||||
default_search_scope :names
|
default_search_scope :names
|
||||||
|
|||||||
Reference in New Issue
Block a user