Sha256: 12bec0bd723c78759cac4b64d0fbadd0d78dece69858a5aa58fa832a746d323a
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 Bytes
Contents
# Legion::Extensions::Transformer Used to transform data to match the action for a relationship ## Installation Add this line to your application's Gemfile: ```ruby gem 'lex-transformer' ``` And then execute: $ bundle Or install it yourself as: $ gem install lex-transformer ## Adding to Legion You can manually install with a `gem install lex-transformer` command or by adding it into your settings with something like this ```json { "extensions": { "transformer": { "enabled": true, "workers": 1 } } } ``` ## Usage *to be added* ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lex-transformer-0.1.4 | README.md |
lex-transformer-0.1.3 | README.md |
lex-transformer-0.1.2 | README.md |