Used to transform data to match the action for a relationship
Add this line to your application's Gemfile:
gem 'lex-transformer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lex-transformer
You can manually install with a gem install lex-transformer
command or by adding it into your settings with something like this
{
"extensions": {
"transformer": {
"enabled": true, "workers": 1
}
}
}
to be added
The gem is available as open source under the terms of the MIT License.