[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/ae_easy-router/frames) [![Gem Version](https://badge.fury.io/rb/ae_easy-router.svg)](http://github.com/answersengine/ae_easy-router/releases) [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license) # AeEasy router module ## Description AeEasy router is part of AeEasy gem collection and an alias to [dh_easy-router](https://github.com/DataHenOfficial/dh_easy-router/) gem. It provides a compatibility layer for an easy way to route execution to your classes, quite useful to allow TDD implementations with unit tests without the need for complex project folder structures. Install gem: ```ruby gem install 'ae_easy-router' ``` Require gem: ```ruby require 'ae_easy/router' ``` See [dh_easy-router](https://github.com/DataHenOfficial/dh_easy-router/) gem for documentation.