jsonapi-swagger
jsonapi-swagger copied to clipboard
Include columns translated by the Globalize Gem
When doing attribute translation using Globalize database columns are not created in the table for the model, instead they are created in a separate translation table. This PR checks to see if Globalize translations are in use, and then adds the relevant column data.