werein/prestashop

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

Summary

Maintainability
A
0 mins
Test Coverage
using Prestashop::Mapper::Refinement
module Prestashop
  module Mapper
    class ContentManagementSystem < Model
      resource :content_management_system
      model :content_management_system
    end
  end
end