Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
j_platform / app / models / j_platform / client.rb
Size: Mime:
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