mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
Fixed search event_url
This commit is contained in:
@@ -50,7 +50,7 @@ class Customer < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
def event_url
|
def event_url
|
||||||
customer_path(self)
|
Rails.application.routes.url_helpers.customer_path(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
def event_datetime
|
def event_datetime
|
||||||
|
|||||||
Reference in New Issue
Block a user