Repository URL to install this package:
|
Version:
2.23.0 ▾
|
module JPlatform
class Client < ::PlatformResource
include ClientConcern
has_many :ticket_lists, class_name: "JPlatform::TicketList"
def to_partial_path
'j_platform/admin/clients/client'
end
end
end