werein/prestashop

View on GitHub
lib/prestashop/mapper/models/customer_thread.rb

Summary

Maintainability
A
0 mins
Test Coverage
using Prestashop::Mapper::Refinement
module Prestashop
  module Mapper
    class CustomerThread < Model
      resource :customer_threads
      model :customer_thread
    end
  end
end