werein/prestashop

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

Summary

Maintainability
A
0 mins
Test Coverage
using Prestashop::Mapper::Refinement
module Prestashop
  module Mapper
    class Contact < Model
      resource :contacts
      model :contact
    end
  end
end