contentful_middleman
contentful_middleman copied to clipboard
Backref example text incorrect
I think the example provided in the BackrefMapper is incorrect (does not match the rest of the example description):
BackrefMapper(EMPLOYEE_CONTENT_TYPE_ID, 'department', 'employees')
I think it should be:
BackrefMapper(PRODUCT_CONTENT_TYPE_ID, 'company', 'products')