Skip to content

LegionIO/lex-transformer

Repository files navigation

Legion::Extensions::Transformer

Used to transform data to match the action for a relationship

Installation

Add this line to your application's Gemfile:

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

{
  "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.